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
管理員
已提問 3 年前檢視次數 265 次
2 個答案
2
已接受的答案

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
專家
Adam_W
已回答 3 年前
0

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

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南