Skip to content

khuongduybui/sqs-copy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 6 commits ahead of jmbataller:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

sqs-copy

Copy messages from AWS SQS queue to another AWS SQS

Messages are only removed from origin queue if they have been successfully sent to the destination queue.

Install tool

npm install -g sqs-copy

Run tool

By default, the tool will pick up AWS credentials from the same places in the same pirorities as the AWS CLI.

Alternatively, you may explicitly create a config.json with AWS credentials:

{
 "accessKeyId": "********",
 "secretAccessKey": "*********",
 "region": "eu-west-1"
}

sqs-copy <origin_queue_url> <destination_queue_url>

About

Copy messages from AWS SQS queue to another AWS SQS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%