
A sample implementation of the event sourcing design pattern using AWS Step Functions

git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/event-sourcing/cd step-functions-workflows-collection/event-sourcing/
sam deploy --guided
sam delete --stack-name STACK_NAME.aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"