Send Fanout Event Notifications with Amazon SQS and Amazon SNS
Latest 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 Latest Videos
-
Create an Amazon Aurora Global Databa...
In this tutorial, you will learn how to create an Amazon Aurora Global Database deployment that spans multiple AWS regions and replicates your data with no impact on performance. Aurora Global Database provides disaster recovery from region-wide outages and enables low-latency global reads.
Amaz...
-
Create a deployable version of your s...
In this tutorial, we will use AWS CodeBuild to build a collection of sample source code input files (build input artifacts or build input) into a deploy-able version of the source code. Specifically, we will instruct CodeBuild to use Apache Maven, a common build tool, to build a set of Java class...
-
Use CodeDeploy to Deploy an Applicati...
In this tutorial, you'll use CodeDeploy to deploy an application revision to an Amazon EC2 Auto Scaling group. Amazon EC2 Auto Scaling launches Amazon EC2 instances using predifined conditions, and then terminates those instances when they are no longer needed. Amazon EC2 Auto Scaling can help Co...