volume_mute
In Step Functions, what type of a state would you choose to debug the state machine?
publish date: 2024/08/16 02:48:12.400297 UTC
volume_mute
Correct Answer
Pass state
Explanation
A Pass state passes its input to its output without performing work. Pass states are useful when constructing and debugging state machines.
Reference
AWS Skill Builder