Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For the users who have long conversation histories and a lot of items…
… in sessions table, all the records were not displayed on the UI. DynamoDB query operation was not returning all the records because the total size of records was more than 1MB and in such cases, DynamoDB query operation does not handle pagination automatically. As a fix, added code to handle the pagination based on the 'LastEvaluatedKey' returned by DynamoDB.
- Loading branch information