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 個月前檢視次數 747 次
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 個月前

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

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

回答問題指南