volume_mute
What are the features of AWS Step Functions?
publish date: 2024/08/20 00:27:39.597977 UTC
volume_muteCorrect Answer
(1) Managing workflows with multiple steps that add flow logic.
(2) Continuing the process where it was left off due to network failure or hung components.
(3) Tracking inputs and outputs between steps of a workflow.
Explanation
AWS Step Functions manages a workflow centrally by breaking it into multiple steps, adding flow logic, continuing to run the process where it was left off due to failure, and tracking the inputs and outputs between the steps.
Reference
AWS Skill Builder