AWS SDK for JavaScript Released
Written by Kay Ewbank   
Tuesday, 05 November 2013

Amazon has released a developer preview of an AWS SDK for JavaScript that lets you write browser-based apps that make direct calls to AWS services.

aws

This SDK sits alongside Amazon’s AWS SDK for Node.js for creating server-side apps in JavaScript to run on Amazon’s cloud, which we wrote about in May. The new SDK lets you make direct calls to AWS services without the need for any server-side code.

You can use the new release to make direct calls from your apps to Amazon S3 for storing and retrieving objects. You can also use Amazon SQS to read from and write to message queues, Amazon DynamoDB to store and retrieve data, and Amazon SNS for working with mobile devices and other distributed services.

The blog post about the release says the SDK supports access to all of the functionality provided by each of the services listed above, and suggest that:

“you can create and populate S3 buckets, manage message queues, create, populate, and query DynamoDB tables, and much more.”

Using the SDK looks pretty simple, essentially you only need a single script tag to start using the SDK. However, if you want to use the S3 APIs you will need to enable CORS (Cross-Origin Resource Sharing) on the target buckets. This is down from the AWS Management Console, and once enabled you can call the services that now support CORS - Amazon DynamoDB, Amazon SQS, and Amazon SNS.

The blog post has some useful advice on how to overcome the problem of needing to supply your AWS credentials without storing them in the JavaScript, though the risk of attacks on your AWS services will still worry many developers. The post also has a couple of nice examples of using the SDK. There’s both a Getting Started guide and API Documentation available on from the Amazon ASW SDK for JavaScript site, where you can also download it and the source code is available on GitHub.

 

aws

More Information

Developer Preview - AWS SDK for JavaScript in the Browser

Dowload  AWS SDK for JavaScript in the Browser

Related Articles

AWS SDK for Node.js Released


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


GR00T Could Be The Robot You Have Always Wanted
27/03/2024

We may not have flying cars, but we could well soon have robots that match up to predictions for the 21st century. Nvidia has announced GR00T, a cleverly named project to build robots using foundation [ ... ]



Visual Studio 17.9 Now Generally Available
18/03/2024

Visual Studio 17.9 is now fully available with AI assistance and better extensibility. The first preview of 17.10 has also been made available in preview.


More News

 

 

Last Updated ( Thursday, 07 November 2013 )