Posts tagged with: #generators

Paging DynamoDB queries with TypeScript generators

When working with DynamoDB's query API we have to consider that the results might be paged. Here's one approach to page through the results - using JavaScript/TypeScript generators.

Read more →