From cde87e1ad226cb43db43d04a274e9a18d91dfad6 Mon Sep 17 00:00:00 2001 From: Alexander Forsyth Date: Tue, 15 Dec 2020 19:01:58 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 39ce418cfe..8f8c8038f2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ [![Coverage Status](https://codecov.io/gh/aws/aws-sdk-js/branch/master/graph/badge.svg)](https://codecov.io/gh/aws/aws-sdk-js) [![Known Vulnerabilities](https://snyk.io/test/github/aws/aws-sdk-js/badge.svg)](https://snyk.io/test/github/aws/aws-sdk-js) +Note: You can find the latest [modular Javascript SDK V3](https://github.com/aws/aws-sdk-js-v3) + The official AWS SDK for JavaScript, available for browsers and mobile devices, or Node.js backends From 66885e3f57bdeab0487a888093cc907f747de6f4 Mon Sep 17 00:00:00 2001 From: Alexander Forsyth Date: Tue, 15 Dec 2020 19:09:08 -0500 Subject: [PATCH 2/3] Update README.md Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f8c8038f2..d323752862 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Coverage Status](https://codecov.io/gh/aws/aws-sdk-js/branch/master/graph/badge.svg)](https://codecov.io/gh/aws/aws-sdk-js) [![Known Vulnerabilities](https://snyk.io/test/github/aws/aws-sdk-js/badge.svg)](https://snyk.io/test/github/aws/aws-sdk-js) -Note: You can find the latest [modular Javascript SDK V3](https://github.com/aws/aws-sdk-js-v3) +**Note**: The [version 3.x](https://github.com/aws/aws-sdk-js-v3) of the AWS SDK for JavaScript is generally available. For more information see the [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/) or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html). The official AWS SDK for JavaScript, available for browsers and mobile devices, or Node.js backends From 65e2cbd8150032a02b1bfd871fd3583c4a5c6c75 Mon Sep 17 00:00:00 2001 From: Alexander Forsyth Date: Tue, 15 Dec 2020 19:11:35 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d323752862..7d26997f75 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,6 @@ **Note**: The [version 3.x](https://github.com/aws/aws-sdk-js-v3) of the AWS SDK for JavaScript is generally available. For more information see the [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/) or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html). -The official AWS SDK for JavaScript, available for browsers and mobile devices, -or Node.js backends - For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md). Prior to v2.4.8, release notes can be found at https://aws.amazon.com/releasenotes/?tag=releasenotes%23keywords%23javascript If you are upgrading from 1.x to 2.0 of the SDK, please see the