Amazon SNS says: “I will announce the message to everyone subscribed.”
Amazon SQS says: “I will hold the message until someone processes it.”
Amazon EventBridge says: “I will examine the event and route it according to the rules.”
All three move messages, but they solve different problems.
Choosing an AWS service because its name appeared first in a tutorial is not architecture.

Top comments (0)