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 7c51ec2 commit ffc7078Copy full SHA for ffc7078
supplemental-docs/EFFECTIVE_PRACTICES.md
@@ -68,7 +68,7 @@ for (const item of items) {
68
const objects = await client.send(new ListObjectsV2Command({ Bucket }));
69
```
70
71
-If you find a need to create a new client because of capacity issues with a single client,
+If you need to create a new client because of capacity issues with a single client,
72
see [parallel workloads in Node.js](./performance/parallel-workloads-node-js.md).
73
74
### (2) Avoid reading or mutating the AWS SDK client configuration object after instantiating the client
0 commit comments