2 Answers
- Newest
- Most votes
- Most comments
0
Hi,
Please check if your layer/runtime is supported.
You can check a similar issue reported on https://github.com/awsdocs/aws-lambda-developer-guide/pull/155
HTH
I have no layers and my runtime is Java 8. There is already a deployment package in the lambda running correctly that I am trying to update.
-1
Upping the timeout to 5 minutes from 15 seconds resolved this issue. Any comments on how timeouts can affect the .zip upload process are welcomed.
Relevant content
- asked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago

Is lambda function using layer or do you have any dependencies packaged along with lambda code in the zip file?