Step Functions vs SWF
Step Functions provides serverless orchestration for modern applications.
Orchestration centrally manages a workflow by breaking it into multiple steps, adding flow logic, and tracking the inputs and outputs between the steps.
SWF helps developers build, run, and scale background jobs that have parallel or sequential steps.
You can think of SWF as a fully-managed state tracker and task coordinator in AWS.
Last updated
Was this helpful?