forked from github/github-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsqsqueue
More file actions
12 lines (9 loc) · 756 Bytes
/
Copy pathsqsqueue
File metadata and controls
12 lines (9 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Install Notes
-------------
The Amazon SQS service allows GitHub to send a notification to an Amazon SQS queue.
1. Configure your Amazon AWS account with an appropriately set up access-key/secret-key (Either parent account or IAM)
that has permissions to perform 'SendMessage' operations. (https://console.aws.amazon.com/sqs/)
2. Amazon 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
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.