Step Functions
Developer Associate
- Allow you to visualize and test your serverless applications
- Provide a graphical console to arrange and visualize components of your application
- Makes it simple to run multi-step apps, and automatically tracks results of each step
- Basically a state machine
- Can also run steps in parallel if needed
- Automatically log the state of each step so if something goes wrong you can track what went wrong and where