Amazon SNS message filtering now supports both numeric and string matching. Specifically, string matching operators allow for exact, prefix, and “anything-but” comparisons, while numeric matching operators allow for exact and range comparisons. You can leverage this new set of operators to further simplify pub/sub messaging architectures by offloading to SNS message filtering logic from subscribers, as well as routing logic from publishers.
Advertisements