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
gefragt vor 10 Monaten746 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 10 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen