Project

drano

0.0
No commit activity in last 3 years
No release in over 3 years
Drano is a queue cleaner for SQS. It connects to a queue as a worker, and then prints each message. Nothing else.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 1.0.5
 Project Readme

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.