Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 680 Bytes

File metadata and controls

23 lines (12 loc) · 680 Bytes

Notifications

  • Amazon SNS is a highly available, durable, secure, fully managed pub/sub messaging service that enables you to decouple microservices, distributed systems, and event-driven serverless applications. Amazon SNS provides topics for high-throughput, push-based, many-to-many messaging.

Benefits and features

  1. Reliably deliver messages with durability

  2. Automatically scale your workload

  3. Keep messages private and secure

  4. Simplify your architecture with Message Filtering

Prerequisites

  • Step 1: Create a topic

  • Step 2: Create a subscription to the topic

  • Step 3: Publish a message to the topic

  • Step 4: Delete the subscription and topic