The Secret Life of AWS: The Fanout (Amazon SNS & Pub/Sub)
The Secret Life of AWS: The Fanout (Amazon SNS & Pub/Sub) How to broadcast one event to multiple microservices #AWS #SNS #PubSub #Microservices 🎧 Audio Edition: Prefer to listen? Check out the expanded AI podcast version of this deep dive on YouTube . 📺 Video Edition : Prefer to watch? Check out the 7-minute visual explainer on YouTube . Part 47 of The Secret Life of AWS Timothy’s Checkout service was finally stable. By routing messages through Amazon SQS, the Checkout process was completely insulated from Inventory database outages. But success brings new requirements. "The product team wants to expand," Timothy told Margaret, mapping out the new flow on the whiteboard. "When a customer clicks 'Buy', we still need to update Inventory. But now, we also need to notify the Fulfillment service to print a shipping label, and we need to trigger the Notification service to email a receipt." Timothy drew three arrows pointing out of the Checkout service. ...