We announced
Installing the SDK for JavaScript
Whether and how you install the AWS SDK for JavaScript depends whether the code executes in Node.js modules or browser scripts.
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
The preferred way to install the AWS SDK for JavaScript for Node.js is to use npm, the Node.js package manager
npm install aws-sdk
In the event you see this error message:
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
Type these commands at the command line:
npm uninstall --save node-uuid npm install --save uuid
Installing Using Bower
Bower
bower install aws-sdk-js