dynamodb icon indicating copy to clipboard operation
dynamodb copied to clipboard

Scan doesn't support secondary indexs

Open Disfractal opened this issue 2 years ago • 3 comments

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.

Disfractal avatar Jan 03 '23 16:01 Disfractal

@baseprime I can commit the fix I've never contributed to a project though. Do I need privledges?

Disfractal avatar Jan 11 '23 19:01 Disfractal

@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. 👍

baseprime avatar Jan 11 '23 19:01 baseprime

Cheers, just submitted.

Disfractal avatar Jan 11 '23 19:01 Disfractal