Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 349 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 349 Bytes

Pandas & Numpy in AWS Lambda with python 3.6

This python deployment package allows you to run pandas and numpy in AWS Lambda with python 3.6 runtime.

Clone the repo and then simply add your lambda_function.py to the zip file by running:

zip -ur lambda.zip YOUR_LAMBDA_FUNCTION.py

Upload the zip file to S3 and source to lambda.

Enjoy!