Why it matters
SNS enables fan-out. Understanding shapes multi-consumer event architectures.
Advertisement
The architecture
Topics: named channels. Publishers send.
Subscribers: endpoints receiving from topic.
Advertisement
How it works end to end
Fan-out: one publish → all subscribers.
FIFO topics: ordered + deduplicated.
Filtering: subscribers can filter by message attributes.
Retry: automatic for HTTP endpoints.