| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project demonstrates how a simple Flask API backed by DynamoDB can be deployed to AWS Lambda using the Serverless Framework.
cp env.example .envsource .envdocker compose builddocker compose up -dhttp://127.0.0.1:${PORT}/home
To enter the container shell:
docker compose exec app bashTo deploy the API using Serverless Framework, run:
serverless deployThis project is licensed under the MIT License.
docker compose up -d --buildserverless logs -f function_name| Back | FazBrowse Home | New Git URL |