sqstransfer

Crates.iosqstransfer
lib.rssqstransfer
version0.2.0
sourcesrc
created_at2020-03-08 08:54:44.432091
updated_at2020-03-08 08:54:44.432091
descriptionCLI tool that transfers Amazon SQS messages to another SQS.
homepage
repositoryhttps://github.com/ohke/sqstransfer
max_upload_size
id216519
size56,950
Kenta Onishi (ohke)

documentation

README

sqstransfer

Rust

CLI tool that transfers Amazon SQS messages to another SQS.

Installation

Binaries

Download from release page.

From crates.io

$ cargo install sqstransfer 

Usage

$ 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.

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_DEFAULT_REGION (or use --region option)

License

sqstransfer is distributed under the terms of the MIT license.

See LICENSE for details.

Commit count: 38

cargo fmt