Lambda function package not found error

0

I have added package through layer but getting error like this I followed this post to Manually create a Lambda layer that uses the latest Boto3 version

Error : Layers consume more than the available size of 262144000 bytes

Dipika
질문됨 3달 전128회 조회
2개 답변
0

Lambda has a maximum size of 250mb of all layers when extracted.

How big are your layers when extracted?

profile picture
전문가
답변함 3달 전
  • It is 64000 bytes

0

Hello.

The error is caused by Lambda's package size limit.
Does it include any other large packages besides Boto3?
If it only contains Boto3, I don't think it will be that size, so the layer creation method may be incorrect.
https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html

You can also get around size limits by using container images with Lambda.
https://docs.aws.amazon.com/lambda/latest/dg/images-create.html

profile picture
전문가
답변함 3달 전
profile pictureAWS
전문가
검토됨 3달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠