AWS SDK for Node.js Released
Written by Kay Ewbank   
Monday, 13 May 2013

Amazon has released the AWS SDK for Node.js for creating server-side apps in JavaScript to run on Amazon’s cloud.

The SDK was first made available last December in a preview form, but has now been released to General Availability (GA). According to the Amazon Web Services blog, Amazon has added a number of features since the preview release including bound parameters, streams, IAM roles for EC2 instances, version locking, and proxies.

aws

Node.js uses an event-driven non-blocking I/O model so you can create applications that scale without having to deal with threads, polling, timeouts, and event loops. It is based on Google's V8 JavaScript engine.

Bound parameters make it easier to create a service object that is bound to a specific resource, while version locking means you can lock service objects to specific API versions, so ensuring the service behaves the same in a production app even if the API version changes.

Using the SDK means you can write apps that work with a wide range of Amazon cloud services such as Relational Database Service (RDS), and the Virtual Private Cloud that lets you create logically isolated virtual servers. The release of the SDK for Node.js follows the recent release of Elastic Beanstalk for Node.js. Elastic Beanstalk provides a simple way to deploy and manage applications in the AWS cloud.

The AWS SDK for Node.js can be installed using the npm package manager for Node.js and there’s a developer guide with code samples.

aws

More Information

AWS SDK for Node.js

Developer Guide

Related Articles

Amazon SDK for Node.js

AWS Elastic Beanstalk For Node.js

Getting Started with Node.js

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Microsoft Introduces .NET Smart Components
01/04/2024

Microsoft has provided a set of .NET Smart Components, described as a set of genuinely useful AI-powered UI components that you can quickly and easily add to .NET apps. The components are prebuilt end [ ... ]



Udacity's New Discovering Ethical AI Course
12/04/2024

Udacity has just launched an hour-long course on Ethical AI. Intended for a wide audience across many industries, it introduces to basic concepts and terms needed to step into the world of Ethica [ ... ]


More News

Last Updated ( Monday, 13 May 2013 )