Files
awesome-kubernetes/docs/aws-messaging.md
2022-05-04 20:28:29 +02:00

2.5 KiB
Raw Blame History

AWS Messaging Services

AWS SNS and SQS. Amazon Simple Notification Service and Amazon Simple Queue Service

  • dev.to: Getting started with SNS and SQS
  • Limits in Amazon SQS
  • Amazon SQS FAQs
  • The Simple Notification Service, or SNS for short, is one of the central services to build serverless architectures in the AWS cloud. SNS itself is a serverless messaging service that can distribute massive numbers of messages to different recipients. These include mobile end-user devices, like smartphones and tablets, but also other services inside the AWS ecosystem.
  • SNS ability to target AWS services makes it the perfect companion for AWS Lambda. If you need custom logic, go for Lambda; if you need to fan out messages to multiple other services in parallel, SNS is the place to be.
  • dashbird.io: [Infographic] AWS SNS from a serverless perspective

SNS vs SQS

AWS EventBridge

Tweets

Click to expand!

A handy Decision Tree for choosing the right messaging service on AWS.

As per my calculations, following it gives you a 90% chance of making the right choice.

Read more in the thread 🧵👇 pic.twitter.com/s7Q5uoENop

— Maciej Radzikowski (@radzikowski_m) April 12, 2022
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>