ttaylorr / slacker

A loosely coupled, flexible chat-bot framework.
MIT License
25 stars 7 forks source link

Added aws_list_maintenance plugin #10

Closed justinhennessy closed 10 years ago

justinhennessy commented 10 years ago

This PR introduces a plugin that can interact with AWS accounts.

We are using this at work to get a list of scheduled maintenace events for all of our instances. With the API doco for the aws-sdk, any RO option is trivial once you know what you are looking for so thought it would be valuable to add to the list of uses.

ttaylorr commented 10 years ago

Thanks for this, but I'm going to close it since I just shipped #11 which is a breaking infrastructure change.