Tag: EventBridge
-
Building a Serverless Event-Driven Order Fulfillment System using AWS EventBridge (Part 2)
This is part 2 of my last post, “Building a Serverless Event-Driven Order Fulfillment System using AWS Event Bridge“. In Part 1, I’ve already setup the infrastructure to accept orders and publish them as events to EventBridge, along with routing them to an API destination and CloudWatch log group. For the next steps, we can…
//
-
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…
//