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.

gefragt vor 9 Monaten524 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 9 Monaten
profile picture
EXPERTE
überprüft vor 9 Monaten
  • Hi, the file size which I am trying to upload is 5.5 MB (5532413 bytes) only.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen