Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dwolla/sqs-mv

Move SQS messages from one queue to another
https://github.com/dwolla/sqs-mv

lambda serverless sqs

Last synced: about 10 hours ago
JSON representation

Move SQS messages from one queue to another

Awesome Lists containing this project

README

        

# sqs-mv

An AWS Lambda function that moves SQS messages from one queue to another.

## Setup

- Clone the repository and run `npm install`
- Ensure your [AWS credentials are available](https://serverless.com/framework/docs/providers/aws/guide/credentials/)
- Deploy with `ENVIRONMENT=your-env SKRIPTS_DEPLOYMENT_BUCKET=your-bucket npm run deploy`

## Usage

Invoke the function with a `srcUrl` and either a `dstUrl` or a `dstUrlAttr`, the SQS messages attribute key that contains the destination queue URL.

## Developing

- Run tests, `npm test`
- Invoke locally, `npm run invoke`