Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #745 from brycem/doc_update
Browse files Browse the repository at this point in the history
bug in the docs
  • Loading branch information
atmos committed Dec 3, 2013
2 parents 38aa18d + 31d73af commit 8922144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sqsqueue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ SqsQueue allows GitHub to send a notification to a queue inside your Amazon AWS
that has permissions to perform 'SendMessage' operations. (https://console.aws.amazon.com/sqs/)

2. Aws SQS ARN is the unique code SQS references your queue with. It can be copied from the console
or fetched through the API. It takes the form of arn:aws:sqs:us-<region>-<dc>:<id>:<name>. Copy and
or fetched through the API. It takes the form of arn:aws:sqs:us-(region)-(dc):(id):(name). Copy and
paste the entire string. This hook parses the necessary details from the arn.
You may also specify a SQS Queue URL instead of an ARN if you want to use IAM or a Queue that was created using a different account.

0 comments on commit 8922144

Please sign in to comment.