After a few days of tweaking I'm happy to say that I've ferreted out all the obvious bugs and things are looking good. The ruby interface to Amazon's Route 53 can officially be called "Released". Complete with a command line interface as well as a module for inclusion in other ruby projects. All packaged up nice and neat in my first gem.
You can find the source and documentation at
https://github.com/pcorliss/ruby_route_53
Bug reports should either go to me or to the Issues page on github.
If you already have the gem installed you'll want to run
sudo gem update route53
Otherwise
sudo gem install route53
Excellent, exactly what I was looking for and work flawlessly.
ReplyDeleteI like it!
ReplyDeleteFantastic. This beats the heck out of the thin Perl wrapper around curl that Amazon touts in their getting started tutorial. Very clean command line tool.
ReplyDelete