I am trying to deploy my function on AWS Lambda. I need the following packages for my code to function:
- keras-tensorflow
- Pillow
- scipy
- numpy
- pandas
I tried installing using docker and uploading the zip file, but it exceeds the file size.
Is there a get around for this? How to use these packages for my Lambda function?