Test Ingredient Preparation
Explore how to test and validate ingredient preparation workflows in AWS Step Functions. Understand executing state machines, handling retry logic, and verifying outputs using both the AWS Console and AWS CLI, enabling effective workflow testing and error management.
We'll cover the following...
We'll cover the following...
Let's navigate to the AWS Console, open the Step Functions service page, and open our deployed productionLineStateMachine state machine. If we check the definition or open it in Workflow Studio we can check that we have our IngredientPreparation Lambda. If we navigate to the “Error Handling” section, we can see our retry block setup. ...