moto/moto/sqs
Iain Bullard d3d9557d49 Implement basic SNS message filtering (#1521)
* 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.
2018-03-21 08:49:11 -07:00
..
__init__.py Lints. 2017-02-23 21:37:43 -05:00
exceptions.py implement SQS QueueDoesNotExist error 2017-10-10 13:05:48 -07:00
models.py Improve SQS Compatibility with AWS (#1520) 2018-03-21 08:48:08 -07:00
responses.py Implement basic SNS message filtering (#1521) 2018-03-21 08:49:11 -07:00
urls.py fix receiving of messages from queues with a dot character in their name 2017-08-05 15:47:40 +10:00
utils.py Lints. 2017-02-23 21:37:43 -05:00