diff options
Diffstat (limited to 'boto/sns/__init__.py')
-rw-r--r-- | boto/sns/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boto/sns/__init__.py b/boto/sns/__init__.py index 3f9a379d..79fc92d9 100644 --- a/boto/sns/__init__.py +++ b/boto/sns/__init__.py @@ -259,6 +259,7 @@ class SNSConnection(AWSQueryConnection): This is convenience method that handles most of the complexity involved in using ans SQS queue as an endpoint for an SNS topic. To achieve this the following operations are performed: + * The correct ARN is constructed for the SQS queue and that ARN is then subscribed to the topic. * A JSON policy document is contructed that grants permission to |