Event-driven architecture (EDA) in AWS is a design pattern in which components communicate through events. This allows systems to be loosely coupled, scalable, and reactive. EDA enables services to respond automatically to state changes, promoting asynchronous workflows and improving modularity and flexibility in application design.
In this Challenge Cloud Lab, you’ll build a serverless, event-driven product categorization and summary system using AWS services. The goal is to process a batch of product data, route each product by category, and generate a separate summary file for each category containing the total price of products in that category.