moto/tests/test_sns
Brian Pandola 28c1690fc2
Add Support for SNS Topic KmsMasterKeyId Attribute (#3389)
We do not do any validation of the `KmsMasterKeyId` attribute, and simply
store it as-as.  This mimics the behavior in AWS, where the key is not
validated until it is actually used (when publishing[1]).

[1]: https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html

Closes #3216
2020-10-16 12:30:07 +01:00
..
test_application_boto3.py Fix more typos. 2020-01-23 10:15:02 -08:00
test_application.py Fix more typos. 2020-01-23 10:15:02 -08:00
test_publishing_boto3.py Fix:SQS Receive Message (MessageAttributes) in response (#3303) 2020-10-05 10:10:24 +01:00
test_publishing.py Fix deprecation warnings due to invalid escape sequences. (#3273) 2020-09-10 09:20:26 +01:00
test_server.py ACCOUNT_ID moved to moto.core, MOTO_ACCOUNT_ID env var override 2019-12-16 21:05:29 -05:00
test_subscriptions_boto3.py Fix sns unsubscribe & delete_topic behavior 2019-12-27 16:04:12 +01:00
test_subscriptions.py Fix sns unsubscribe & delete_topic behavior 2019-12-27 16:04:12 +01:00
test_topics_boto3.py Add Support for SNS Topic KmsMasterKeyId Attribute (#3389) 2020-10-16 12:30:07 +01:00
test_topics.py Add Support for SNS Topic KmsMasterKeyId Attribute (#3389) 2020-10-16 12:30:07 +01:00