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

Can't add GSI to existing table? #138

Open
hackborn opened this issue Jan 20, 2021 · 0 comments
Open

Can't add GSI to existing table? #138

hackborn opened this issue Jan 20, 2021 · 0 comments

Comments

@hackborn
Copy link

I want to update a table to add a new global secondary index. Code that works against AWS does nothing against dynalite -- it returns no error, but there's no change in the table.

I took a look at what I assume is the update table code (https://github.com/mhart/dynalite/blob/master/actions/updateTable.js) and looks to me like this just isn't implemented, and I'm wondering if there's just some other way to add the index without deleting and recreating the table?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant