Skip to content

isbang/sqs-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published