fogfish / dynamo

Generic Golang Key/Value trait for AWS storage services
MIT License
18 stars 5 forks source link

Fix pagination at Match using LastEvaluatedKey #79

Open fogfish opened 1 year ago

fogfish commented 1 year ago

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.