Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

AWS Lambda Debug Local Machine

This project guides how to debug an aws lambda on local machine with nodejs and python

NodeJS

Install library
npm install -g lambda-local
Run command debug lambda
lambda-local -l index.js -h handler -e debug/event.js --envfile debug/env

Python

Install library
pip install python-lambda-local
Run command debug lambda
python-lambda-local -f handler -e debug/env.json function.py debug/event.json

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages