pinzon / localstack-demo

Simple demo application deployed using LocalStack

Home Page:https://docs.google.com/presentation/d/1kQo2-cQ-7kFVY2smDc8urMUfce1oAxNKJhROHqQ3MR8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

LocalStack Demo

Simple demo application deployed using LocalStack, developed using the Serverless framework.

Prerequisites

  • LocalStack
  • Docker
  • Node.js / npm
  • make

Installing

Install the dependencies using this command:

make install

Running

Start the application locally in LocalStack:

make start

Testing

Open the following file in your browser: demo/web/index.html

  • Enable the option "Auto-Refresh" to continuously poll for new results
  • Click the button "Create new request" to send a new request to the backend API
  • The new request will go through the phases QUEUED->PROCESSING->FINISHED as the request is being handled by the backend services (Lambda functions, Step Functions state machine)

If you have the awslocal command line installed, you can browse the contents of the local S3 bucket via:

awslocal s3 ls s3://archiveBucket/

License

This code is available under the Apache 2.0 license.

About

Simple demo application deployed using LocalStack

https://docs.google.com/presentation/d/1kQo2-cQ-7kFVY2smDc8urMUfce1oAxNKJhROHqQ3MR8


Languages

Language:Makefile 100.0%