We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
can you confirm that you are using aws-sdk gem version 1.6.9 ?
Sorry, something went wrong.
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: