Skip to content
/ drano Public

Drano is a queue cleaner for SQS. It connects to a queue as a worker, and then prints each message. Nothing else.

License

Notifications You must be signed in to change notification settings

remi/drano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drano

Drano is a queue cleaner for SQS. It connects to a queue as a worker, and then prints each message. Nothing else.

Usage

$ gem install drano
$ drano --access-key=<AWS_ACCESS_KEY> --secret-key=<AWS_SECRET_KEY> --queue=myawesomequeue

Options

  • --access-key sets the AWS access key.
  • --secret-key sets the AWS secret key.
  • --queue sets the SQS queue name to use (not the whole URL, just the queue name).

License

Drano is © 2011 Rémi Prévost and may be freely distributed under the LITL license. See the LICENSE file.

About

Drano is a queue cleaner for SQS. It connects to a queue as a worker, and then prints each message. Nothing else.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages