Queue
Icon-Architecture/64/Arch_Amazon-Simple-Notification-Service_64
AWS

AWS SNS

Implements Queue.

PaaS

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.

Capabilities

  • Decouple producers and consumers
  • Buffer load spikes
  • At-least-once delivery
  • Dead-letter handling

Primitive

QueueThis component is an implementation of Queue. Visit the primitive to learn more about what purpose it serves.

Related services · AWS

Icon-Architecture/64/Arch_AWS-Lambda_64
AWS Lamda
Icon-Architecture/64/Arch_Amazon-EventBridge_64
AWS Eventbus
Icon-Architecture-Group/32/EC2-instance-contents_32
AWS EC2

Alternatives

AZ Service Bus