Commit Graph

9 Commits (de22b721db288e1c3894b3d763442813e8bcc4f2)

Author SHA1 Message Date
René Moser f91a3cc9e8 Merge pull request #1579 from wimnat/feature/1573
Allow SNS topics to be created without subscriptions.
9 years ago
René Moser d902a6d9ad Merge pull request #1653 from nand0p/devel
Fix SNS topic attribute typo
9 years ago
Rob White ce9aed9c52 Allow SNS topics to be created without subscriptions. Also added better error handling around boto calls. 9 years ago
Fernando J Pando 1e05ee5b3b author added 9 years ago
Matt Martz f5329eb337 Don't call sys.exit in sns_topic, use HAS_BOTO to fail 9 years ago
Fernando J Pando fbf9da2119 Fix SNS topic attribute typo
Enables adding SNS topic policy. 'Policy' attribute is capitalized.
9 years ago
Joel Thompson 31ecde6b87 Fix documentation for sns_topic module
Currently the documentation does not correspond to the Ansible standards
for module documentation. This should bring it into compliance.
9 years ago
Toshio Kuratomi e52e015791 Documentation fixes 9 years ago
Joel Thompson 437a62836f Add sns_topic module to manage AWS SNS topics
This adds an sns_topic module which allows you to create and delete AWS
SNS topics as well as subscriptions to those topics.
9 years ago