Amazon Simple Notification Service (SNS) is a fully managed publish/subscribe messaging service for fan-out delivery to many subscribers at once. Publishers send messages to a topic, and SNS pushes them to endpoints such as email, SMS, HTTP, mobile push, or Amazon SQS queues. Unlike a point-to-point queue, its strength is broadcasting a single message to multiple systems simultaneously for event notification.