AWS SQS
ActionsTags
(2)This action send message to AWS SQS.
Required The aws sqs url to send message.
Required The message to send.
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- uses: isbang/[email protected]
with:
sqs-url: https://sqs.us-east-2.amazonaws.com/somewhere
message: 'message body here'
AWS SQS is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.