Tools that help with gathering data and doing other things with Amazon Web Services. These tools require ruby and the Right AWS library to function.

Queue Length

Use bin/queue_length queue_name to print the length of any queue.

Queue Peek

Use bin/queue_peek queue_name to pretty print all of the messages in any queue. The body of each message is assumed to be Base64 encoded and is a JSON document.