aws / aws-sdk-rails

Official repository for the aws-sdk-rails gem, which integrates the AWS SDK for Ruby with Ruby on Rails.
Other
596 stars 62 forks source link

SDK Eager loading #140

Closed alextwoods closed 1 month ago

alextwoods commented 2 months ago

Issue #, if available:

Description of changes: Adds in eager loading for the SDK to optimize the start up/require times. See: https://github.com/aws/aws-sdk-ruby/pull/3105 for more context and in particular see (revereted) commit that added railties to each gem with eager_load.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.