Skip to content

Commit 69ede0a

Browse files
authored
docs(readme): add link to notes-app (#2047)
1 parent 2bd8f6a commit 69ede0a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ To get started with JavaScript SDK version 3, visit our
1616
[Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
1717
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/).
1818

19-
You can also visit our [self-guided workshop](https://github.com/aws-samples/aws-sdk-js-v3-workshop),
20-
which builds a simple note taking application using JavaScript SDK version 2
21-
and provides step-by-step migration instructions to version 3.
19+
If you are starting a new project with AWS SDK for JavaScript v3, then you can refer
20+
[aws-sdk-js-notes-app](https://github.com/aws-samples/aws-sdk-js-notes-app) which shows examples of calling
21+
multiple AWS Services in a note taking application.
22+
If you are migrating from v2 to v3, then you can visit our [self-guided workshop](https://github.com/aws-samples/aws-sdk-js-v3-workshop)
23+
which builds as basic version of note taking application using AWS SDK for JavaScript v2
24+
and provides step-by-step migration instructions to v3.
2225

2326
To test your universal JavaScript code in Node.js, browser and react-native environments,
2427
visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).

0 commit comments

Comments
 (0)