Not able to deploy lambda layer through terraform - Getting RequestEntityTooLargeException

0

Not able to deploy lambda layer through terraform. Getting RequestEntityTooLargeException, however Zip file size is 5532413 bytes Unzipped content size is 14200470 Both are within the permitted size limits. We are able to create other layers which are of more size than this.

asked 9 months ago502 views
1 Answer
0

Hi,

When you upload a deployment package or layer archive directly to Lambda, the size of the ZIP file is limited to 50 MB. To upload a larger file, store it in Amazon S3 and use the S3Bucket and S3Key parameters. See also https://docs.aws.amazon.com/lambda/latest/dg/troubleshooting-deployment.html#troubleshooting-deployment-updatefunctioncode

profile pictureAWS
EXPERT
answered 9 months ago
profile picture
EXPERT
reviewed 9 months ago
  • Hi, the file size which I am trying to upload is 5.5 MB (5532413 bytes) only.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions