This tutorial is about Amazon Simple Notification Service (SNS) on how to control message delivery to subscribers using Filter policy. In this hands on demo, we will create the following:
- An Amazon SNS Topic
- Subscribe multiple emails to the topic
- Create Filter policy for each subscription, so they receive messages with particular message attributes
The scripts file used in this demo can be accessed at:
https://github.com/mycloudtutorials/aws-demos/blob/master/sns-subscriptions-with-filter-policy.txt
#aws #devops #pubsub #messaging