Workflows /
States
Map Workflows
Map states bring scalable iteration to Step Functions workflows, allowing you to process arrays of data by running the same set of steps for each item. This collection of workflows highlights how Map states enable high-throughput processing, whether you are handling batches of transactions, transforming datasets, or orchestrating actions across large input lists. You will see patterns for controlling concurrency, isolating failures to individual items, and aggregating results into a unified output. From simple loops to complex per-item pipelines, these examples demonstrate how Map states turn workflows into efficient, data-driven processing engines.