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
MODERATORE
posta 3 anni fa266 visualizzazioni
2 Risposte
2
Risposta accettata

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
ESPERTO
Adam_W
con risposta 3 anni fa
0

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

con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande