What problem do Step Functions seek to solve?
Provide long-running, serverless workflows.
What are State Machines within Step Functions?
A serveless workflow that starts, transits intermediate states, and then ends.
What is the maximum duration for State Machine execution?
One year.
What are the two types of workflows available when defining a State Machine?
Standard Workflow - default, one year execution limit.
Express Workflow - high volume event processing workloads (like IoT, stream data process, etc.), five minute execution limit.
What states are available in a State Machine?