lambda-benchmark/lambda/python at main · alex9smith/lambda-benchmark · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

Python lambda

Build

rm -rf deploy
rm -f deploy.zip
pip install -r requirements.txt --target ./deploy # Possibly pip3
cd deploy
zip -r ../deploy.zip .
cd ..
zip deploy.zip lambda_function.py