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 6a0e172 commit a393eb2Copy full SHA for a393eb2
packages/dynamodb-streams-readable/README.md
@@ -5,7 +5,7 @@ Node.js stream interface for reading records from [AWS DynamoDB Streams](https:/
5
## Usage
6
7
```js
8
-var AWS = new AWS.DynamoDBStreams({
+var client = new AWS.DynamoDBStreams({
9
region: 'us-east-1'
10
});
11
0 commit comments