Last active
February 7, 2025 09:29
-
-
Save kbrepository/a7da1f5477d694e9f54bb3e0d2dd7adb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Destination | Use Case | Advantages | |
---|---|---|---|
SQS | Decopupling | Durable; scalable; supports retries | |
SNS | Broadcasting | Fan-out notifications to multiple systems | |
Lambda | Real-time processing | Serverless; auto-scaling |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment