Do Lambda functions called inside Step Functions still have a 250MB package limit?

0

Do Lambda functions called inside Step Functions still have a 250MB package limit?

AWS
MODÉRATEUR
demandé il y a 3 ans265 vues
2 réponses
2
Réponse acceptée

Lambda functions called inside Step Functions have the same constraints as Lambda functions called any other way. If you are running into the 250MB package limit I would suggest to look at the new Lambda container image support where you can use containers up to 10GB in size.

AWS
EXPERT
Adam_W
répondu il y a 3 ans
0

you could attach layers in your lambda to avoid packaging large dependencies. https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html

répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions