Hermes Wiki
Tools/Amazon_SNS

Amazon SNS

High-throughput push-based pub/sub — fan-out pattern where one message reaches multiple subscribers (SQS, Lambda, email, SMS). Most-used open-source equivalent is RabbitMQ with fanout exchanges (closest architectural match); NATS is a common lighter-weight alternative for pure pub/sub without RabbitMQ's broader broker feature set.

Hermes Wiki