Skip to content

Commit

Permalink
chore(readme): add useful links from GA blog post (#1863)
Browse files Browse the repository at this point in the history
* chore: link to the API reference at the top of the README

* Update README.md

Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>

* Update README.md

Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>

Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
  • Loading branch information
alexforsyth and trivikr authored Jan 6, 2021
1 parent 25cb359 commit 622fb30
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,19 @@ As with version 2, it enables you to easily work with [Amazon Web Services](http
but has a [modular architecture](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/) with a separate package for each service.
It also includes many frequently requested features, such as a [first-class TypeScript support](https://aws.amazon.com/blogs/developer/first-class-typescript-support-in-modular-aws-sdk-for-javascript/)
and a [new middleware stack](https://aws.amazon.com/blogs/developer/middleware-stack-modular-aws-sdk-js/).

For more details, visit blog post on [general availability of Modular AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-aws-sdk-for-javascript-is-now-generally-available/).

To get started with JavaScript SDK version 3, visit our
[Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html)
or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/).

You can also visit our [self-guided workshop](https://github.com/aws-samples/aws-sdk-js-v3-workshop),
which builds a simple note taking application using JavaScript SDK version 2
and provides step-by-step migration instructions to version 3.

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

## Getting started

Let’s walk through setting up a project that depends on DynamoDB from the SDK and makes a simple service call. The following steps use yarn as an example. These steps assume you have Node.js and yarn already installed.
Expand Down

0 comments on commit 622fb30

Please sign in to comment.