A Quick Guide to Amazon SNS Subscription Filter Policies

Know how to filter the messages you want to receive from AWS SNS

David Martins
Better Programming
Published in
4 min readDec 8, 2021

--

SNS Filtering — Schema by Author

Amazon SNS (Simple Notification Service) is a publish-subscribe service, which coordinates the delivery of push messages to one or multiple recipients. It allows you to send messages to various subscribers, including Kinesis Data Firehose, SQS, Lambda functions…

--

--