https://github.com/sagebind/sqs-pull
Move AWS SQS messages from one queue to another quickly with filtering
https://github.com/sagebind/sqs-pull
aws aws-sqs cli
Last synced: 10 months ago
JSON representation
Move AWS SQS messages from one queue to another quickly with filtering
- Host: GitHub
- URL: https://github.com/sagebind/sqs-pull
- Owner: sagebind
- License: mit
- Created: 2020-06-10T23:29:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T22:31:07.000Z (over 4 years ago)
- Last Synced: 2024-12-24T19:06:28.153Z (over 1 year ago)
- Topics: aws, aws-sqs, cli
- Language: Rust
- Size: 25.4 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqs-pull
Moves SQS messages from one queue to another really fast, and also allows you to filter which messages to move based on regular expressions. Currently a bit rough around the edges.
## Installation
Binaries are available on the [Releases](https://github.com/sagebind/sqs-pull/releases) page.
## Usage
See the output of `sqs-pull --help` for usage.
## License
This project's source code and documentation is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.