Skip to content

njmote/lambda-pip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lambda PIP Install Helper

Trying to add pip installs to your AWS Lambda functions? Here's a simple tool to help.

Instructions

  1. Install Docker
  2. Create DIR with your lambda_function.py file
  3. Execute the following docker command. Update env variable with your pip install package(s). Update local folder location to DIR from step 2.
  4. Upload generated zip file to AWS Lambda.
  5. Enjoy :)

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages