aaronshaf/dynamodb-admin

Query using Secondary indexes

Opened this issue · 4 comments

Not sure if I couldn't find this feature, or I somehow don't know how to use it, but the Amazon console, provides a way to query using the table secondary indexes that works way faster than scan.

Does this tool provide this feature?

taydy commented

maybe you can try this one
dynamodb-manager

to bundled I just want a front end wrapper

I believe this has not been implemented as part of #90, at least partially, since LocalSecondayIndexes are not supported yet.

MickL commented

It would be awesome if there would be a dropdown to select a secondary index:

Bildschirmfoto 2020-05-01 um 14 59 16

@taydy thanks for that! Since I am already using Docker compose I replaced dynamodb-admin with dynamodb-manager and it is awesome, has a lot of features.