Skip to content

jmbataller/sqs-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Configure 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

 
 
 

Contributors