Skip to content

Commit d5a6d35

Browse files
authored
docs: add link to performance section in README (#5854)
1 parent 66a6fd9 commit d5a6d35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ and provides step-by-step migration instructions to v3.
2525
To test your universal JavaScript code in Node.js, browser and react-native environments,
2626
visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
2727

28+
Performance is crucial for the AWS SDK for JavaScript because it directly impacts the user experience.
29+
Please refer to [Performance](https://github.com/aws/aws-sdk-js-v3/tree/main/supplemental-docs/performance) section to know more.
30+
2831
# Table of Contents
2932

3033
1. [Getting Started](#getting-started)
@@ -41,6 +44,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
4144
1. [Abort Controller](#abort-controller)
4245
1. [Middleware Stack](#middleware-stack)
4346
1. [Working with the SDK in Lambda](#working-with-the-sdk-in-lambda)
47+
1. [Performance](#performance)
4448
1. [Install from Source](#install-from-source)
4549
1. [Giving feedback and contributing](#giving-feedback-and-contributing)
4650
1. [Release Cadence](#release-cadence)
@@ -229,6 +233,10 @@ export const handler = async (event) => {
229233
};
230234
```
231235

236+
## Performance
237+
238+
Please refer to supplemental docs on [performance](https://github.com/aws/aws-sdk-js-v3/tree/main/supplemental-docs/performance) to know more.
239+
232240
## Install from Source
233241

234242
All clients have been published to NPM and can be installed as described above. If you want to play with latest clients, you can build from source as follows:

0 commit comments

Comments
 (0)