Dynamoid
Dynamoid copied to clipboard
Exception when creating new User
I get:
AWS::DynamoDB::Errors::ValidationException: Validation error detected: KeySchema must be a Array
when I do:
User.new(name: 'name').save
while my User
is:
class User
include Dynamoid::Document
field :name
end
Please try to use fake_dynamo 0.1.3 as it I was facing the same problem.