AWS CCP Notes

Search

Search IconIcon to open search

14-06 State Machines

Last updated Aug 17, 2023 Edit Source

What is a state machine?
A state machine is an abstract model which decides how one state moves to another based on a series of conditions. 

In Simple Words

Think of a state machine like a flow chart.

# AWS Step Functions

#aws-service
35