Step Function When to use Iterator pattern and Map State

0

if we want to "iterator" to list, Map State supports concurrency and we set it to 1 then when to use the iterator pattern? https://docs.aws.amazon.com/step-functions/latest/dg/tutorial-create-iterate-pattern-section.html

The iterator pattern will be beneficial for long-running tasks, if we check lambda execution time, gracefully shutdown it, and resume the execution by checking flag in choice state.

Sushant
已提问 10 个月前748 查看次数
1 回答
0

Hi, this article will give you all details about how to best use iterator pattern with Step Functions when you have a list of tasks to execute in sequence: https://www.pluralsight.com/resources/blog/cloud/processing-an-arbitrary-number-of-jobs-with-aws-step-functions

Hope it helps!

Didier

profile pictureAWS
专家
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则