Amazon DynamoDB is a NoSQL database service hosted on AWS. It is a fully managed and scalable document store database. It is quite similar to MongoDB.
As the data grows, scan operation on full table would return parts of the data with the LastEvaluatedKey. The application should initiate scan again …