Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walkersumida/lambda-template-for-py3

AWS Lambda's template for Python3
https://github.com/walkersumida/lambda-template-for-py3

aws lambda python3

Last synced: about 1 month ago
JSON representation

AWS Lambda's template for Python3

Awesome Lists containing this project

README

        

# Install packages
```
pip install -r requirements.txt -t packages/
```

# Create zip file for lambda
```
zip -r upload.zip *
```

# Local debug
## copy file
```
cp .env.sample .env
```