Skip to content

CLI tool that transfers Amazon SQS messages to another SQS.

License

Notifications You must be signed in to change notification settings

ohke/sqstransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CLI tool that transfers Amazon SQS messages to another SQS.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages