Utilities for developing AWS Lambda functions in Python.
pip install sls-tools
git clone https://github.com/ki-tools/sls-tools-py.git
cd sls-tools-py
pipenv --three
source .venv/bin/activate
make pip_install
make test
See full module documentation here.