This project guides how to debug an aws lambda on local machine with nodejs and python
npm install -g lambda-local
lambda-local -l index.js -h handler -e debug/event.js --envfile debug/env
pip install python-lambda-local
python-lambda-local -f handler -e debug/env.json function.py debug/event.json