Announcing Version 2 of AWS SDK for Ruby - General Availability

Posted on: Feb 5, 2015

The version 2 of the AWS SDK for Ruby is now stable and generally available. We have received great feedback from customers and made a number of improvements on the SDK since its initial preview release. Now fully equipped with stable Resource APIs, waiters, response pagination, and more, the AWS SDK for Ruby will help you write scalable Ruby applications that can be integrated with AWS services with ease.

The version 2 can also be used side-by-side with version 1, so new features in an existing application can use the version 2 without the need to rewrite any existing code that depends on the version 1. See this blog post for more information.

To find out more,
Install the gem: gem install aws-sdk
or
Add dependency in your Gemfile: gem 'aws-sdk', '~> 2'
Browse the API reference: http://docs.aws.amazon.com/sdkforruby/api/frames.html
Browse the codebase: https://github.com/aws/aws-sdk-ruby
Visit the AWS Ruby Development Blog: http://ruby.awsblog.com