dynamo icon indicating copy to clipboard operation
dynamo copied to clipboard

Fix pagination at Match using LastEvaluatedKey

Open fogfish opened this issue 2 years ago • 0 comments

Earlier release used LastEvaluatedKey to build a sequence of elements. New version migrated to Slice. It complicates the pagination. Implement the concept of cursor to fix an issue.

fogfish avatar Apr 18 '23 19:04 fogfish