Docker Function to Help Package Python/PIP apps for AWS Lambda
945
Trying to add pip installs to your AWS Lambda functions? Here's a simple tool to help.
docker run -it -e pip="pymysql" -v //c/Users/your_local_dir/:/working --rm njmote/lambda-pip
tip: Seperate pip installs with spaces. ie. pip="pymysql ipykernel"
Content type
Image
Digest
Size
211.5 MB
Last updated
over 8 years ago
docker pull njmote/lambda-pip