aws / aws-sdk-ruby-record

Official repository for the aws-record gem, an abstraction for Amazon DynamoDB.
Apache License 2.0
318 stars 41 forks source link

Pagination Improvements #77

Closed awood45 closed 6 years ago

awood45 commented 6 years ago

Add the #page and #last_evaluated_key methods to Aws::Record::ItemCollection. This helps to support use cases where you'd like to control the result set size with the :limit parameter, or if you want to expose pagination capabilities to an outside caller, for example a list-type operation exposed in a web API.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 925423cd8fd75213e636f8d721f8e0b198911bb4 on pagination-improvements into on master.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 84840f0e687a2a25676dcabae871c706305908d3 on pagination-improvements into on master.