Crates.io | sqstransfer |
lib.rs | sqstransfer |
version | 0.2.0 |
source | src |
created_at | 2020-03-08 08:54:44.432091 |
updated_at | 2020-03-08 08:54:44.432091 |
description | CLI tool that transfers Amazon SQS messages to another SQS. |
homepage | |
repository | https://github.com/ohke/sqstransfer |
max_upload_size | |
id | 216519 |
size | 56,950 |
CLI tool that transfers Amazon SQS messages to another SQS.
Download from release page.
$ cargo install sqstransfer
$ sqstransfer \
--source https://sqs.us-west-2.amazonaws.com/123456789012/your-sqs-dlq \
--destination https://sqs.us-west-2.amazonaws.com/123456789012/your-sqs
You need to set AWS environment variables before execution.
--region
option)sqstransfer is distributed under the terms of the MIT license.
See LICENSE for details.