poetry
- Clone this repository.
- Run poetry install.
poetry config --local virtualenvs.in-project true
poetry install- Run lambda using python for test
source .venv/bin/activate
python lambda_function.pyor
-
In VSCode, press [F5](to run debug)
*This repository contains launch.json
- Run lambda using python for test
sh commands/lambda_run.sh- Make zip file
sh commands/lambda_buiild.sh- Upload "deploy_package.zip" to lambda.