🔥 3-day streak
AWS Certified Developer - Associate105 / 150
Question 105 of 150
A developer is building an e-commerce order service. When an order is placed, the system must simultaneously trigger an inventory update, send a confirmation email, and record analytics. Each of these three tasks is handled by a separate downstream component, and the components should not need to know about one another. The developer wants a loosely coupled, event-driven design where adding a fourth consumer later requires no changes to the order service. Which approach best meets these requirements?
Reviewed for accuracy · Report an issueNext question