Skip to content

khanhcd92/aws_lambda_debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published