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

Getting ResourceNotFoundException when using Local Secondary Index #43

Open
kidsil opened this issue Jun 9, 2017 · 1 comment
Open

Comments

@kidsil
Copy link

kidsil commented Jun 9, 2017

I'm trying to use Local Secondary Indexes by adding:
index: 'secondary'

To one of my fields (type 'integer'), unfortunately I'm getting the following error:

Error creating tables: { [ResourceNotFoundException: Requested resource not found: Table: test_table not found]

Without the index, the table is created, with it - the aforementioned error appears.

@ferrants
Copy link
Collaborator

ferrants commented Jun 9, 2017

I recommend creating all your tables beforehand and not relying on the library to create your tables for you.

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

2 participants