Skip to content

Latest commit

 

History

History

chalice-rest-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

LocalStack Demo: Chalice REST API

Simple demo application illustrating AWS Chalice integration in LocalStack. The AWS Chalice integration features a REST API which can be tested locally and put to production using the LocalStack's AWS Chalice client.

Prerequisites

  • LocalStack
  • Docker
  • chalice-local

Installing

To install the dependencies:

pip3 install -r requirements-dev.txt

Running

Make sure that LocalStack is started:

localstack start -d

Start the local-server via:

chalice-local local

You will see the following logs on the terminal:

Serving on http://127.0.0.1:8000

License

This code is available under the Apache 2.0 license.