This repository provide boilerplate for aws lambda. The aws lambda is built by serverless-framework with python.
- asdf
- docker
- Run
make install
- If you want to deploy to localstack, run
docker compose up -d
beforehand
- Run
npx serverless deploy --stage {stage_name}
- Move service dir and run
npx serverless deploy --stage {stage_name}
Please comment out functions.{function_name}.layers to deploy localstack(free edition)