Loading the SDK for JavaScript - Amazon SDK for JavaScript
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

The Amazon SDK for JavaScript V3 API Reference Guide describes in detail all the API operations for the Amazon SDK for JavaScript version 3 (V3).

Loading the SDK for JavaScript

After you install the SDK, you can load a client package in your node application using import. For example, to load the Amazon S3 client, use the following.

import {S3} from "@aws-sdk/client-s3";