Amazon Web Services Blog: AWS SDK for Node.js - Now Available in Preview Form
AWS SDK for Node.js - Now Available in Preview Form
The AWS Developer Tools Team focuses on delivering the developer tools and SDKs that are a good fit for today's languages and programming environments.
Today we are announcing support for the JavaScript language in the Node.js environment -- the new AWS SDK for Node.js.
Node.js gives you the power to write server-side applications in JavaScript. It uses an event-driven non-blocking I/O model to allow your applications to scale while keeping you from having to deal with threads, polling, timeouts, and event loops. You can, for example, initiate and manage parallel calls to several web services in a clean and obvious fashion.
via aws.typepad.com