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.
- LocalStack
- Docker
chalice-local
To install the dependencies:
pip3 install -r requirements-dev.txt
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
This code is available under the Apache 2.0 license.