Latest Version
Download the latest version of the AWS SDK for Ruby:
gem install aws-sdk
New Features
| Change | Description |
|---|---|
| Amazon CloudWatch |
Added support for Amazon CloudWatch (AWS::CloudWatch). Special thanks to community member yyuu for his contribution that enables CloudWatch suport. |
| AWS::DynamoDB |
Amazon DynamoDB now accepts requests signed with Signature Version 4. The aws-sdk no longer requests a session from AWS Security Token Sevice before making requests to Amazon DynamoDB. |
| AWS::STS MFA |
You can now provide a serial number and token code when getting session credentials from AWS Security Token Service. sts = AWS::STS.new session = sts.new_session(:serial_number => '...', :token_code => '...') |
Resolved Issues
| Change | Description |
|---|---|
| Missing require 'yaml' |
Added a missing require 'yaml' statement to AWS::Core::Client. |
Supported API Versions
This release of the SDK supports the following API versions:
| Service | API Version |
|---|---|
| Amazon CloudWatch | 2010-08-01 |
| Amazon DynamoDB | 2011-12-05 |
| Amazon Elastic Compute Cloud | 2012-06-01 |
| Amazon Simple E-mail Service | 2010-12-01 |
| Amazon Simple Notifications Service | 2010-03-31 |
| Amazon Simple Queue Service | 2011-10-01 |
| Amazon Simple Storage Service | 2006-03-01 |
| Amazon Simple Workflow Service | 2012-01-25 |
| Amazon SimpleDB | 2009-04-15 |
| Auto Scaling | 2011-01-01 |
| AWS CloudFormation | 2010-05-15 |
| AWS Identity and Access Management | 2010-05-08 |
| AWS Security Token Service | 2011-06-15 |
| Elastic Load Balancing | 2011-08-15 |