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

Query indexName, whereParitionKey, whereSortKey order matters #358

Open
danielblignaut opened this issue Jul 23, 2021 · 0 comments
Open

Comments

@danielblignaut
Copy link

Describe the bug
On a query request, you have to specify indexName before your partition or sortKey value otherwise the parition and sort key values are not assigned to the correct model key (they will be assigned to the @PartitionKey and @SortKey instead of the correct gsi key).

Whilst this is a bug, I think the correct fix is rather to just update the docs to explicitly reference this.

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