Skip to content

Commit 4ef9b8c

Browse files
authored
docs(util-dynamodb): provide link to lib-dynamodb (#2682)
1 parent d1c26ee commit 4ef9b8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/util-dynamodb/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
This package provides utilities to be used with `@aws-sdk/client-dynamodb`
77

8+
If you are looking for DynamoDB Document client, please check
9+
[@aws-sdk/lib-dynamodb](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb)
10+
which automatically performs the necessary marshalling and unmarshalling.
11+
812
## Convert JavaScript object into DynamoDB Record
913

1014
```js

0 commit comments

Comments
 (0)