- 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
-
Reliably deliver messages with durability
-
Automatically scale your workload
-
Keep messages private and secure
-
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