Skip to content

Exception when creating new User #179

@KamilLelonek

Description

@KamilLelonek

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions