-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This builds on top of #52199 by updating the dynamo backend to implement backend.BackendWithItems. Both GetRange and DeleteRange were refactored to call Items instead of getAllRecords to unify logic and vet the implementation of Items. The custom pagination logic to retrieve items was also replaced with an iterator that works in a similar fashio to the query paginator from the aws sdk. In addition to simplifying logic this also removed some extraneous sorting.
- Loading branch information
1 parent
bc1edf1
commit 7b502b5
Showing
1 changed file
with
159 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters