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
MODERATOR
asked 3 years ago254 views
2 Answers
2
Accepted Answer

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
answered 3 years ago
0

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

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions