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
preguntada hace 3 meses128 visualizaciones
2 Respuestas
0

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

How big are your layers when extracted?

profile picture
EXPERTO
respondido hace 3 meses
  • 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
EXPERTO
respondido hace 3 meses
profile pictureAWS
EXPERTO
revisado hace 3 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas