AWS News Blog
Category: Developer Tools
Modulus – Scalable Hosting of Node.js Apps With MongoDB Support
Charlie from Modulus wrote in to tell me that their new platform is now available, and that it runs on AWS. Modulus was designed to let you build and host Node.js applications in a scalable fashion. Node.js is a server-side JavaScript environment built around an event-driven, non-blocking I/O model. Web applications built on Node.js are […]
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. […]
Developers (Mobile), Developers (Ruby), Developers (Java) – New Blogs!
I’m happy to announce that we are launching three new blogs, all focused on developers and each one targeted at a particular language or platform. Here’s what we have for you: The new AWS Mobile Blog is for users of the AWS Mobile SDKs for iOS and Android. The new AWS Ruby Blog is for […]
Version 2 of the AWS SDK for PHP
I’m happy to announce that version 2 of the AWS SDK for PHP is now available. To take advantage of new features in PHP 5.3 and to conform to the recommendations of the PHP Framework Interop Group, we rebuilt the SDK from the ground up. We made these changes to give PHP developers a firm […]
Build Mobile Applications with the Sybase Unwired Platform
Building mobile applications that are able to run on a variety of device types and operating systems is difficult. Building an enterprise application that connect to a variety of data sources is also tough. Combine the two, and you have a difficult challenge, and one that is very relevant in today’s world — the construction […]
Amazon DynamoDB and the AWS SDK for .NET
Pavel Safronov, a developer on our SDK and Tools team, sent the following guest post my way! — Jeff; The AWS SDK for .NET provides a simple client for our new service, Amazon DynamoDB. This client gives you a straight-forward way to interface with this Internet-scale NoSQL database service. But what you might not know […]
AWS Toolkits for Eclipse and Visual Studio Now Support DynamoDB
The AWS Toolkit for Eclipse and and the AWS Toolkit for Visual Studio now support Amazon DynamoDB.You can create tables, insert and edit data, initiate table scans, and more. Here are some screen shots from the AWS Toolkit for Visual Studio. Create a table: Edit a multi-valued attribute: Set up a table scan: The AWS […]
How Collections Work in the AWS SDK for Ruby
Today we have a guest blog post from Matty Noble, Software Development Engineer, SDKs and Tools Team. – rodica We’ve seen a few questions lately about how to work with collections of resources in the SDK for Ruby, so I’d like to take a moment to explain some of the common patterns and how to […]