Enterprise Integration Patterns with Serverless and CDK
Choosing our messaging technology
Dec 6, 20227 min read57

Search for a command to run...
Series
This series explores implementing some enterprise integration patterns with serverless & CDK.
Choosing our messaging technology

In the first post in the series, we took a case study from Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions and looked at how we could implement it using modern serverless technologies. We considered how we coul...

In the first two parts in this series, we first looked at choosing a messaging technology and then looked at how we can design the domain events that flow through the application. In this part, we will look at how we can use those domain events to im...
