Tag: Event Driven Architecture
-
Building a Serverless Event-Driven Order Fulfillment System using AWS EventBridge (Part 1)
In this blog post, I will walk through the journey to build a simple order fulfillment system using an Event-Driven Architecture (EDA). EDA is an architecture pattern designed to decouple and decentralize application components by allowing loosely couple services to communicate through asynchronously publishing and subscribing to events via an event router. EDA offers several…
//