Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 26, 2021 03:28 am GMT

An Intro to Amazon Simple Notification Service (SNS)

Amazon SNS - Simple Notification Service

Alt Text

Amazon SNS is a fully managed Serverless solution from AWS. A message publishing and processing service. As its a serverless solution, with automatic scaling. Also allows fanout to millions of consumers. SNS topics can be an event topic and consumers can subscribe to that topic.
It is recommended to use a standard topic (High Throughput) . For Security enable Encryption , SNS support in-transit encryption by default but enabling SSE helps to encrypt the topic at-rest
Enable Redrive Policy to send undeliverable messages to a dead-letter queue(resiliency).
Features

Watch a 10 min intro from aws.training

Table of Contents

Features

  • SNS support notification up to 12,500,000 per topic and 100,000 topics.
  • Subscribers can be HTTP(S), SMS, SNS Mobile Push, Email/Email-JSON, SQS, Lambda functions.
  • Pub / Sub Messaging
  • SNS can create public topics
  • SNS Supports Message archiving and analytics
  • SNS is serverless Do not have to worry about scaling out
  • Message security Server-side encryption protects the contents of messages that are stored in Amazon SNS topics, using encryption keys provided by AWS KMS
  • Redrive policy (dead-letter queue) - optional, can Send undeliverable messages to a dead-letter queue.

Hands On Lab Links

LinksWhat you learn
A Cloud GuruCreate an SNS Topic,Create a Lambda Function , Send Your SNS Topic to Multiple Endpoints
whizlabs.comCreating and Subscribing to SNS Topics, Adding SNS event for S3 bucket
AWS WorkshopDebug serverless applications with Lumigo , Applied Observability for Modern Applications with Epsagon
CloudAcademyAmazon SNS Image Resizing Challenge

Original Link: https://dev.to/aws-builders/amazon-simple-notification-service-sns-4gf7

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To