Dynamoid icon indicating copy to clipboard operation
Dynamoid copied to clipboard

Problem while creating new instance

Open rybex opened this issue 11 years ago • 0 comments

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

rybex avatar Oct 25 '14 08:10 rybex