| Key | Value |
|---|---|
| Services | Lambda, API Gateway |
| Integrations | Chalice |
| Categories | REST API; Serverless |
A demo application illustrating the AWS Chalice framework integration with LocalStack. The chalice-local client deploys and serves the REST API locally, enabling full local development and testing without connecting to AWS.
- A valid LocalStack for AWS license. Your license provides a
LOCALSTACK_AUTH_TOKENto activate LocalStack. - Docker
localstackCLIchalice-local— install withpip install chalice-local- Python 3
make checkmake installexport LOCALSTACK_AUTH_TOKEN=<your-auth-token>
make startmake deploymake runThe local development server starts and serves the API at http://127.0.0.1:8000.
This code is available under the Apache 2.0 license.