forked from michaellavelle/spring-data-dynamodb
-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
I need to be able to issue a query on a GSI and then further filter the result set based upon a filter expression. I believe i should be able to create the GSI with just a Hash key or with both a Hash and Range key.
For reference, this is what I was trying to do: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#FilteringResults
Thanks again for all of the help.