Create Step Functions Standard Workflow that orchestrates two Lambda functions
This sample project demonstrates how to use a state machine to orchestrate the execution of two Lambda functions
Once the state machine is executed the first Lambda function gets invoked. The output from this function is used as an event to trigger another Lambda function
This pattern deploys a State Machine and two Lambda Functions.