Deploy function in AWS Lamda (package size exceeds)
问题 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? 回答1: publish your packages in AWS Lambda layer instead, and reference it from your code. The packages published in the AWS Lambda layer will be there all the time and will not