We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c26ee commit 4ef9b8cCopy full SHA for 4ef9b8c
packages/util-dynamodb/README.md
@@ -5,6 +5,10 @@
5
6
This package provides utilities to be used with `@aws-sdk/client-dynamodb`
7
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
+
12
## Convert JavaScript object into DynamoDB Record
13
14
```js
0 commit comments