Amazon Simple Notification Service (SNS) allows you to send push notifications to mobile or other distributed services, and scales as needs grow. It supports sending messages individually or broadcasting to multiple destinations. Amazon Simple Queue Service (SQS) is a fully managed message queuing service that can transmit any volume of data reliably and scalably. SQS uses three core APIs and stores messages redundantly across servers, providing high durability. It supports standard queues for high throughput and FIFO queues for strict ordering.