The official AWS SDK for Ruby is a gem used to access many AWS services such as S3, EC2, DynamoDB, Glacier, SQS, SimpleDB, Elastic Beanstalk and more.
The AWS SDK for Ruby is an official gem provided to facilitate interactions with numerous AWS services. For version 3, services have been modularized into individual gems that can be imported, such as aws-sdk-s3
or aws-sdk-ec2
. Alternatively, the aws-sdk
gem will import every available service gem.
This tag can be used for questions regarding either the general aws-sdk
gem, or any of its supported services gems.
Resources:
- GitHub
- RubyGems
- API Reference
- AWS Developer Guide for the Ruby SDK
- AWS Developer Forum for Ruby
- AWS Developer Blog for Ruby
- AWS SDK for Ruby Code Examples