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.
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.