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 f289014 commit 57980bdCopy full SHA for 57980bd
UPGRADING.md
@@ -59,7 +59,7 @@ might not have the same name either.
59
60
```javascript
61
const { Agent } = require("https");
62
- const { Agent: HttpAgnet } = require("http");
+ const { Agent: HttpAgent } = require("http");
63
const { NodeHttpHandler } = require("@aws-sdk/node-http-handler");
64
const dynamodbClient = new DynamoDBClient({
65
requestHandler: new NodeHttpHandler({
0 commit comments