In Step Functions, what type of a state would you choose to debug the state machine?https://go-math-science.com/computing/advanced-topics/cloud-computing/technology/amazon-web-services/aws-step-functions/in-step-functions-what-type-of-a-state-would-you-choose-to-debug-the-state-machinehttps://go-math-science.com/@@site-logo/logo-new.png
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
Lambda Invoke state
Choice state
Pass state
Wait state
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.