Skip to content

Commit

Permalink
Fix readme reference to newing dynamodb.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Feb 15, 2024
1 parent 9cfa5bb commit 0942b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is an open source project managed by the [Authress Engineering team](https:
```js
const { DynamoDB } = require('dynamodb-armor');

const dynamoDbClient = new DynamoDB.DocumentClient({});
const dynamoDbClient = new DynamoDB({});
const params = {
TableName: dynamoDbTable,
Key: {
Expand Down

0 comments on commit 0942b6e

Please sign in to comment.