Send Fanout Event Notifications with Amazon SQS and Amazon SNS
AWS Solutions Architect Videos
•
12m
Send Fanout Event Notifications with Amazon SQS and Amazon Simple Notification Service. Learn how to implement a fanout messaging scenario using Amazon Simple Notification Service (SNS) and Amazon Simple Queue Service (SQS). In this scenario, messages are "pushed" to multiple subscribers, which eliminates the need to periodically check or poll for updates and enables parallel asynchronous processing of the message by the subscribers.
To illustrate this, we will assume that you are developing a cloud-native application that sends an Amazon SNS message to a topic whenever an order is placed on an online store. The Amazon SQS queues that are subscribed to that topic will each receive identical notifications for the new order.
Up Next in AWS Solutions Architect Videos
-
Amazon EC2 Auto Scaling Walkthrough
This tutorial walks you through the process for setting up pieces needed to create a basic infrastructure for Amazon EC2 Auto Scaling.
-
Create a CodeCommit Repository, Add F...
In this tutorial we will look at how to get started with Amazon's CodeCommit version control service. We will see how to create a repository, add files, view repository contents and create a pull request. You can follow along with this tutorial at:
https://docs.aws.amazon.com/codecommit/latest/...
-
RDS: Create A MySQL Database And Conn...
RDS: Create A MySQL Database And Connect With A SQL Client MySQL Workbench