Commit graph

7 commits

Author SHA1 Message Date
Fernando José Pando
3afe117730 Add SQS queue policy attachment functionality (#1716)
* Add SQS queue policy attachment functionality

SQS queue has no attribute 'Policy' until one is attached, so this special
case must be handled uniquely

SQS queue Policy can now be passed in as json
2016-04-14 23:58:44 +02:00
Toshio Kuratomi
3c4f954f0f Don't raise or catch StandardError in amazon modules 2015-11-30 19:01:57 -08:00
Brian Coca
205115ea1f updated to use shared region docs from ec2 2015-10-07 23:20:27 -04:00
Alan Loi
8ded4ae862 Docfixes - add version_added and missing default values. 2015-07-02 20:50:02 +10:00
Alan Loi
c8b6e1efa5 Fix sqs_queue module to check that boto library is installed and AWS region & credentials are provided. 2015-06-24 07:45:23 +10:00
Alan Loi
e66f4b9985 Updated documentation for sqs_queue - state option is not required. 2015-06-24 07:42:36 +10:00
Alan Loi
4bf188258d Rename module to sqs_queue.py to differentiate from other potential modules e.g. reading/writing messages. 2015-06-22 19:56:09 +10:00
Renamed from cloud/amazon/sqs.py (Browse further)