AWS Compute Blog

Tag: message filtering

Amazon SNS Filtering

Monitoring your Amazon SNS message filtering activity with Amazon CloudWatch

This post is courtesy of Otavio Ferreira, Manager, Amazon SNS, AWS Messaging. Amazon SNS message filtering provides a set of string and numeric matching operators that allow each subscription to receive only the messages of interest. Hence, SNS message filtering can simplify your pub/sub messaging architecture by offloading the message filtering logic from your subscriber systems, as well […]

Message Filtering Operators for Numeric Matching, Prefix Matching, and Anything-But Matching in Amazon SNS

This blog was contributed by Otavio Ferreira, Software Development Manager for Amazon SNS Message filtering simplifies the overall pub/sub messaging architecture by offloading message filtering logic from subscribers, as well as message routing logic from publishers. The initial launch of message filtering provided a basic operator that was based on exact string comparison. For more […]