
Prevent a caller service from retrying another callee service call that has previously caused repeated timeouts or failures. It can also detect when the callee service is functional again.
git clone https://github.com/aws-samples/circuit-breaker-netcore-blog/tree/main/circuit-breaker/cd step-functions-workflows-collection/circuit-breaker/
sam deploy --guided
sam delete --stack-name STACK_NAME.aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"