DEV Community

Ezile Mdodana
Ezile Mdodana

Posted on

Day 23/30: SNS, SQS and EventBridge walk into an architecture meeting

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.

Start with how information must flow.

Top comments (0)