We announced
Loading the SDK for JavaScript
How you load the SDK for JavaScript depends on whether you are loading it to run in a web browser or in Node.js.
Not all services are immediately available in the SDK. To find out which services are currently supported by the AWS SDK for JavaScript, see https://github.com/aws/aws-sdk-js/blob/master/SERVICES.md
After you install the SDK, you can load the AWS package in your node application using require
.
var AWS = require('aws-sdk');