AWS News Blog

Category: Developer Tools

phps3tk – Command Line Scripts for S3 Access

I met dozens of entrepreneurs and developers at last night’s Start-Up Seattle event (you can read more about it here, here and here). Among those I met were David Busby of Edoceo.com . Through his company, David provides small and medium-sized businesses with IT solutions powered by open source technologies. David told me that he […]

AWS and The Windows Presentation Foundation

WPF/E is Microsoft’s next-generation presentation for creating rich web experiences. Using an XML vocabulary known as XAML, WPF/E supports both cross-browser and desktop applications which run on Windows and on the Mac. If you would like to learn a bit about the use of WPF/E in conjunction with the Amazon E-Commerce Service, you should check […]

Precious – Ruby, Gems and AWS

Ruby got a new face-lift with the new Rails framework. I was always fascinated with the Ruby language. 25 lines of Java code gets shrunk to 4 lines of equivalent Ruby code plus its more readable. And with Rails, it gets a new kick. It is always impressive to hear people say “I am a […]

Java.util.Map Implementation for Amazon S3

Tom White dropped me a note to tell me that he had created an implementation of java.util.Map on top of Amazon S3. As Tom notes, “Normally we strive for an implementation that is efficient in terms of speed, however in this case I was very aware of the monetary cost of each method.” Tom took […]