The Amazon SDK for JavaScript V3 API
Reference Guide
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";