Skip to content

Problem while creating new instance #180

@rybex

Description

@rybex

I've tried to create new table in my DynamoDB using yours example.

class User
  include Dynamoid::Document

  table :name => :awesome_users, :key => :user_id, :read_capacity => 400, :write_capacity => 400
end

When I want to query:

User.all

I get following error:

AWS::DynamoDB::Errors::ResourceNotFoundException: Requested resource not found: Table: nosql_hackaton_users not found

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