http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html
http://docs.aws.amazon.com/sdkforruby/api/Aws/DynamoDB/Client.html
DynamoDB's scan
operation fetches only 1MB at one time and it adds LastEvaluatedKey
(LEK) in the response if it has a next page.