fsprojects / FSharp.AWS.DynamoDB

F# wrapper API for AWS DynamoDB
MIT License
58 stars 18 forks source link

Scan GSI #31

Open samritchie opened 3 years ago

samritchie commented 3 years ago

Doesn’t look like there’s an option to scan by GSI, add this as part of #27

samritchie commented 3 years ago

This is not as useful as it seems - because scans are in a 'random' sort order the only scenarios where you’ll get value will be scanning sparse indexes. I’ll keep this issue open but I’m going to push it down the priority list.