Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/walkersumida/lambda-template-for-py3
- Owner: walkersumida
- Created: 2018-03-18T05:59:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T06:04:48.000Z (almost 7 years ago)
- Last Synced: 2024-10-23T02:15:47.921Z (3 months ago)
- Topics: aws, lambda, python3
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```