Applying the Saga pattern with AWS Lambda and Step Functions
The Saga pattern is a pattern for managing failures, where each action has a compensating action for rollback. In Hector Garcia-Molina’s 1987 paper, it is described as an approach to handling system failures in a long-running transactions. It has become increasingly relevant in the world of microservices as application logic often needs to transact across …
Applying the Saga pattern with AWS Lambda and Step Functions Read More »