Skip to content
New issue

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

Problem while creating new instance #180

Open
rybex opened this issue Oct 25, 2014 · 0 comments
Open

Problem while creating new instance #180

rybex opened this issue Oct 25, 2014 · 0 comments

Comments

@rybex
Copy link

rybex commented Oct 25, 2014

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant