d3d9557d49
* Add support for FilterPolicy to sns subscription set_filter_attributes * Add basic support for sns message filtering This adds support for exact string value matching along with AND/OR logic as described here: https://docs.aws.amazon.com/sns/latest/dg/message-filtering.html It does not provide support for: - Anything-but string matching - Prefix string matching - Numeric Value Matching The above filter policies (if configured) will not match messages. |
||
---|---|---|
.. | ||
test_application_boto3.py | ||
test_application.py | ||
test_publishing_boto3.py | ||
test_publishing.py | ||
test_server.py | ||
test_subscriptions_boto3.py | ||
test_subscriptions.py | ||
test_topics_boto3.py | ||
test_topics.py |