AWS Step Functions

Visual workflows for distributed applications
Step Functions Explainer Video (1:23)
AWS Step Functions introduction
Learn how AWS Step Functions can provide serverless orchestration for modern applications.

How it works

AWS Step Functions is a visual workflow service that helps developers use AWS services to build distributed applications, automate processes, orchestrate microservices, and create data and machine learning (ML) pipelines.
Diagram shows the workflow for a store checkout process using AWS Step Functions. AWS Lambda functions are invoked for each step of the process.

Use cases

Automate extract, transform, and load (ETL) processes

Ensure that multiple long-running ETL jobs run in order and complete successfully, without the need for manual orchestration.

Orchestrate large-scale parallel workloads

Iterate over and process large data-sets such as security logs, transaction data, or image and video files.

Orchestrate microservices

Combine multiple AWS Lambda functions into responsive serverless applications and microservices.

Automate security and IT functions

Create automated workflows, including manual approval steps, for security incident response.

Explore more of AWS