DEV Community

Discussion on: Implementing pagination with AWS AppSync

Collapse
 
onlybakam profile image
Brice Pellé

typically how you do this depends on the data source. With DynamoDB, this is not something that can be retried from the table directly. the best thing to do is to keep track of your count in a separate table. on way to do this is to use dynamodb streams.