Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 379 Bytes

File metadata and controls

6 lines (4 loc) · 379 Bytes

AWS Lambda python

Build Status

Replace the code in lambda_function.py with your python function and put the required packages in the requirements.txt file. Then run ./make_package.sh to make deployment package. Create a lambda function on AWS using aws-console or aws-cli and upload the src.zip .