Metadata-Version: 2.1
Name: lambda-run
Version: 0.0.2
Summary: run code or subprocess on aws lambda invoke context
Home-page: https://github.com/marxus/lambda-run
Author: Amit Marcus
Author-email: marxus@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: cli
Requires-Dist: boto3 ; extra == 'cli'
Requires-Dist: click ; extra == 'cli'

# lambda-run
run python code or shell commands on aws lambda invoke context

#### install:
```
$ pip install lambda-run
```


