Paginated Query support
Return just a portion of the query results, along with the LastEvaluatedKey, allowing additional queries to retrieve successive portions of the results. This is useful in cases such as an infinite scrolling web page where AJAX callbacks will be used to retrieve additional results.