Skip to content

AWS SQS

Actions
Send message to AWS SQS
v0.2.0
Latest
Star (6)

AWS SQS javascript action

This action send message to AWS SQS.

Inputs

sqs-url

Required The aws sqs url to send message.

message

Required The message to send.

Example usage

- 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.

About

Send message to AWS SQS
v0.2.0
Latest

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.