Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dwolla/sqs-mv
- Owner: Dwolla
- License: mit
- Created: 2019-03-29T17:59:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T13:02:44.000Z (over 1 year ago)
- Last Synced: 2024-04-15T00:16:59.343Z (7 months ago)
- Topics: lambda, serverless, sqs
- Language: TypeScript
- Size: 2.12 MB
- Stars: 6
- Watchers: 18
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`