Skip to content

Commit

Permalink
post: fix and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-salvagni committed Oct 26, 2023
1 parent a2ba6c5 commit fbb166e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/b/paginators-in-the-aws-sdk-for-javascript-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ excerpt: >
How many times have you found yourself implementing pagination manually while
retrieving data from the AWS SDK for Javascript? Let's see how we can use paginators
with an example using DynamoDB queries.
softDraft: true
---

How many times have you found yourself implementing pagination manually while
Expand All @@ -26,7 +25,7 @@ In this post, we’ll discuss how to use the **paginate\*** utilities found
throughout the SDK by looking at a specific example about paginating DynamoDB
queries with **paginateQuery**.

**tl;dr:** it will be simple as this:
**tl;dr** - it will be this easy:

```typescript
const paginator = paginateQuery(paginatorConfig, params);
Expand Down

0 comments on commit fbb166e

Please sign in to comment.