Archive for the ‘Microservices’ Category

Archive for the ‘Microservices’ Category

Event-Driven Architectures

Posted on June 26th, 2022 by Rupesh Sreenivas

Increase the resilience of your event-driven architecture by applying the transactional outbox pattern to your domain’s database transactions, ensuring that all local changes raise a corresponding domain event that other domains can project. To support event choreography between your domains, set up a custom event bus using Amazon EventBridge. Detect changes on your monolith’s relational […]