{"id":21614209,"url":"https://github.com/bordeux/sqsmv","last_synced_at":"2025-04-11T06:51:29.781Z","repository":{"id":53328482,"uuid":"218145379","full_name":"bordeux/sqsmv","owner":"bordeux","description":"SQSmv - move messages from one queue to another","archived":false,"fork":false,"pushed_at":"2024-08-20T17:43:50.000Z","size":59,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T23:34:05.951Z","etag":null,"topics":["aws","cli","noodejs","sqs","sqs-cli","sqs-client","sqs-mv","sqs-queue","sqsmv"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bordeux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-28T21:07:00.000Z","updated_at":"2024-08-20T17:43:54.000Z","dependencies_parsed_at":"2024-08-21T21:17:52.852Z","dependency_job_id":null,"html_url":"https://github.com/bordeux/sqsmv","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":"0.11764705882352944","last_synced_commit":"48217d82d9e95057eafd9b0bc6d0f59c60a338a9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bordeux%2Fsqsmv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bordeux%2Fsqsmv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bordeux%2Fsqsmv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bordeux%2Fsqsmv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bordeux","download_url":"https://codeload.github.com/bordeux/sqsmv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358548,"owners_count":21090401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cli","noodejs","sqs","sqs-cli","sqs-client","sqs-mv","sqs-queue","sqsmv"],"created_at":"2024-11-24T22:07:12.628Z","updated_at":"2025-04-11T06:51:29.753Z","avatar_url":"https://github.com/bordeux.png","language":"JavaScript","readme":"# sqsmv\n\nMove all messages from one SQS queue, to another.\n\n\n## Installation\n\n### Source\n\n    npm install -g @bordeux/sqsmv\n\n\n## Configuration\n\nNo configurations. Script reading secrets directly from ENV or from AWS cli configuration. You can control script by official AWS Environment variables like:  `AWS_SECRET_ACCESS_KEY`, `AWS_ACCESS_KEY_ID` ,`AWS_REGION` or just `AWS_PROFILE`\n\n\n## Usage\n\n    Usage: sqsmv -s [string] -d [string] -p [num]\n    \n    Options:\n      --help             Show help                                         [boolean]\n      --version          Show version number                               [boolean]\n      -s, --source       Source queue (name or url)                       [required]\n      -d, --destination  Destination queue (name or url)                  [required]\n      -p, --parallel                                        [required] [default: 10]\n    \n    Examples:\n      sqsmv -s main_dead -d main  Move messages from main_dead back to main queue\n\nSupply source and destination URL endpoints.\n\n    sqsmv -s https://region.queue.amazonaws.com/123/queue-a -d https://region.queue.amazonaws.com/123/queue-b\n\nor\n\n    sqsmv -s queue-a -d queue-b\n\n## Seeing is believing :)\n\nCreate some SQS messages to play with using the AWS CLI.\n\n    for i in {0..24..1}; do\n        aws sqs send-message \\\n            --queue-url https://ap-southeast-2.queue.amazonaws.com/123/wat-a\n            --message-body \"{\\\"id\\\": $i}\"\n    done\n\n## Thank you\nThank you for [SQSmv implementation in go](https://github.com/scottjbarr/sqsmv)\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) Chris Bednarczyk\n\nSee [LICENSE.md](LICENSE.md)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbordeux%2Fsqsmv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbordeux%2Fsqsmv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbordeux%2Fsqsmv/lists"}