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年前266ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ