AWS Developer Tools Blog
Category: Programing Language
The AWS SDK for Java at re:Invent
The first ever AWS conference, re:Invent, has sold out! If you are one of the lucky people with a conference pass, we hope that you will come to hear Jason Fulghum and me speak about advanced features of the AWS SDK for Java and the AWS Toolkit for Eclipse. On Wednesday morning after the keynote, […]
Ruby at re:Invent 2012
Loren and I will be attending AWS re:Invent in Las Vegas next week. I will be presenting a session, and we will both be answering questions in the Developer Lounge, and assisting with the AWS re:Invent Code Challenges. Stop by to say "Hi", get your questions answered, or participate in a Code Challenge. We love […]
Deploying Ruby Applications to AWS Elastic Beanstalk with Git
With the release of Ruby container support on AWS Elastic Beanstalk, it is now possible to deploy Rails (or any Rack-based) applications onto the AWS infrastructure in just a few easy steps. The container is backed by Amazon EC2 and automatically provisions the machines to use Phusion Passenger (with nginx under the hood). You can […]
Storing Java objects in Amazon DynamoDB tables
The AWS SDK for Java makes it easy to store objects in Amazon DynamoDB and get them back out again, all without having to write the code to transform your objects into table items and vice versa. All you need to do is annotate your domain classes in a few places and the SDK will […]
New Blog, New Org, and New Issue Reporting!
Hey everyone! My name is Loren Segal, and I will be working with Trevor Rowe on our shiny new blog here at Amazon Web Services. We both work on the AWS SDK for Ruby, and over the coming weeks, months, and years, we will be using this spot to post new updates, tips, and tricks […]
Welcome to the AWS SDKs and Tools Java blog
Welcome to the AWS SDKs and Tools Java blog. We’re glad to see you here! This blog features information for AWS Java developers, including: Demonstrations of new features in the AWS SDK for Java Announcements of new features in the AWS Toolkit for Eclipse Best practices for using the SDK Important AWS product announcements for […]