
Selects the next array item in round robin fashion using the Step Functions execution count modulo of the array length.
git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/stateless-roundrobin/cd step-functions-workflows-collection/stateless-roundrobin/
sam deploy --guided
sam delete --stack-name STACK_NAME.aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"