dynamo
dynamo copied to clipboard
Fix pagination at Match using LastEvaluatedKey
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.