How it works
The AWS SDK for Ruby simplifies the use of AWS services by providing a set of libraries that are consistent and familiar for Ruby developers. All AWS SDKs support API lifecycle considerations such as credential management, retries, data marshaling, and serialization.
The SDK helps take the complexity out of coding by providing Ruby classes for AWS services including Amazon S3, Amazon EC2, DynamoDB, and more. The SDK is available as semantically-versioned, individual service gems through RubyGems.
Key features
Resources
Supported Gems
All AWS SDK for Ruby gems are available at RubyGems. We recommend only installing the gems for the AWS services you use. The complete list of gems is available on GitHub.
Also consider the following supported gems for your applications:
- aws-sdk-rails: Provides Ruby on Rails integrations such as SQS Active Job and SES Action Mailers.
- aws-record: Provides a data mapping abstraction for Amazon DynamoDB.
- aws-sessionstore-dynamodb: Provides a session storage of rack applications using DynamoDB.
- aws-crt: Provides AWS Common Runtime (CRT) bindings.
- hearth: Provides core functionality for generic code-generated Ruby SDKs using Smith
Smithy Ruby
Are you interested in a generic, code-generated SDK to communicate with your Rails website?
Check out the RubyKaigi 2024 presentation that showcases Smithy Ruby, which is an implementation of Smithy that generates a Ruby SDK using a Smithy model. Smithy is a protocol-agnostic language for defining services and SDKs.