lambda-local-python

Run/debug python aws lambda functions locally


Keywords
AWS, Lambda, vscode, Visual, Studio, Code
License
MIT
Install
pip install lambda-local-python==0.0.2

Documentation

lambda-local-python

Run/debug AWS python lambda locally

Installation

pip install lambda-local-python

Usage

Locally execute lambda function

ENV=my_env lambda-local-python -f path.to.module.function_name

Debug in vscode

Refer to examples/vscode-lambda-debug.

Examples

Refer to examples.