dynamodb
dynamodb copied to clipboard
Scan doesn't support secondary indexs
Scan should support secondary indexes but it doesn't. AWS best practices on specifying if a record is active/deleted is to use a local index and scan together.
I copied the function over from the query but wondering if this package can be updated before i have to public fork.
@baseprime I can commit the fix I've never contributed to a project though. Do I need privledges?
@baseprime I can commit the fix I've never contributed to a project though. Do I need privledges?
Fork this repo, commit the changes, then submit a cross-repo Pull Request. 👍
Cheers, just submitted.