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

Table KeySchema does not have a range key, which is required when specifying a LocalSecondaryIndex #11

Open
bblommers opened this issue Oct 28, 2019 · 0 comments
Labels
bug Something isn't working
Projects

Comments

@bblommers
Copy link
Owner

Scenario:

  1. Original table does not have a Range key
  2. We add a local secondary index to that table

Expected:
The index is added

Actual:
Error message: Table KeySchema does not have a range key, which is required when specifying a LocalSecondaryIndex

Possible Solution:

  1. Add error scenario to notify user that he needs to provide a range-key
  2. Require user to add a range-key for the original table when creating a local index
@bblommers bblommers added the bug Something isn't working label Oct 28, 2019
@bblommers bblommers added this to TO DO in Development Dec 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development
  
TO DO
Development

No branches or pull requests

1 participant