https://github.com/sagebind/sqs-bulk-loader
Simple SQS utility to send many messages
https://github.com/sagebind/sqs-bulk-loader
Last synced: 10 months ago
JSON representation
Simple SQS utility to send many messages
- Host: GitHub
- URL: https://github.com/sagebind/sqs-bulk-loader
- Owner: sagebind
- License: mit
- Created: 2025-06-30T21:18:42.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-30T21:26:56.000Z (12 months ago)
- Last Synced: 2025-08-17T07:46:00.898Z (10 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQS Bulk Loader
Extremely simple utility that can quickly send copies of the same message repeatedly to an SQS queue for the purposes of testing, and do so very quickly. An arbitrary number of copies can be sent.
## License
This project's source code and documentation is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.