Port the sns module to boto3 (#45634)

* Port sns to boto3

* Exception handling for ARN lookup

* sns: Add integration tests
This commit is contained in:
flowerysong
2018-10-07 16:03:48 -04:00
committed by ansibot
parent 146709fb21
commit be05069c61
5 changed files with 167 additions and 109 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- sns - Ported to boto3 and added support for additional protocols