$ pyenv install 3.7.9
$ pip install pipenv
$ pipenv shell
$ pipenv install
$ pipenv install #and more...
$ aws configure
PYTHONPATH=./functions python ./functions/app/lambda_handler.py
$ make build-layer
$ make build
$ make test
$ make package
- please create s3 bucket before.
$ make deploy
$ make all
- make build
- make package
- make deploy