Dynamoid icon indicating copy to clipboard operation
Dynamoid copied to clipboard

aws_sdk Adapter - require': cannot load such file -- aws (LoadError)

Open bradly-swart opened this issue 10 years ago • 2 comments

In the aws_sdk.rb adapter, it has the following line.

require 'aws'

Is that not supposed to be;

require 'aws-sdk'

I can't start up my grape API app due to the configure block for Dynamoid failing.

bradly-swart avatar Feb 23 '15 04:02 bradly-swart

can you confirm that you are using aws-sdk gem version 1.6.9 ?

meinac avatar Mar 30 '15 19:03 meinac

Checking my Gemfile.lock, its on 2.0.26.

I managed to get around this by not using a configure block, dunno if related or not, have had time to try and re-produce it.

bradly-swart avatar Mar 30 '15 22:03 bradly-swart