AWS News Blog

ASP.Net Code Sample – ECS Custom Control in C#

As mentioned in the previous post, we have been working with our friends at Microsoft to create some additional code samples for .Net and ECS. Here is sample code for an ASP.Net custom control which uses version 4 of ECS. The control is written in C#. Refer to the README file for more information and […]

ASP.Net Code Sample – ECS Custom Control in VB.Net

We have been working with our friends at Microsoft to create some additional code samples for .Net and ECS. Here is sample code for an ASP.Net custom control which uses version 4 of ECS. The control is written in VB.Net. Refer to the README file for more information and complete step-by-step directions on how to […]

Web Services Interoperability Video

MSDN is hosting a new streamable video, “Top Ten Tips for Web Services Interoperability“. In this video, Microsoft’s Simon Guest discusses a number of concrete ways to create services which will earn top marks in the “plays well with others” category. Topics covered include: Empty arrays Package names Testing for null Avoiding null dates Date […]

WSL-Amazon – Amazon Access using REALbasic

Electic Butterfly recently released WSL-Amazon, a set of objects which simplify the process of accessing Amazon Product Data through the REALbasic programming language: This HTTPSocket subclass wraps the Amazon Web Services 3.0 API into an easy-to-use library of 72 powerful methods and 66 properties with support for their US, UK, German, and Japanese Amazon stores. […]

Updated ECS 4 Release

We rolled out a new set of bits for ECS 4 early this morning. Here are the release notes: Features and Fixes For JP only, there are some changes to Marketplace-related operations: For SellerListingLookup using IdType=Listing, Seller Id is now a required parameter. The REST syntax for passing in Seller Id is “SellerId=“. SellerListingSearch now […]

Updated ECS 3 Release

We rolled out a new set of bits for ECS 3 early this morning. Here are the release notes: Features and Fixes For JP only, there are some changes to Marketplace-related operations: SellerSearch and ExchangeSearch are now supported except for the ExchangeQuantityAllocated and ExchangeFeaturedCategory elements. MarketplaceSearch now requires the Seller Id to be passed in […]

Jobs @ Amazon: Web Services Evangelist (Europe)

The Amazon Web Services Developer Relations Group is looking to hire a Web Services Evangelist based in Europe, to cover the UK, Germany, and France. Here is the official job description: Web Services Evangelist (Europe) Interested in influencing a paradigm shift? Join an energetic, dynamic team responsible for driving the development and adoption of the […]

Accessing AWS using Scheme

Phil Windley talks about using the Scheme programming language to access AWS, with more information on the Wiki page for his CS 330 class at BYU. As Phil notes, LISP s-expressions are very similar to XML data structures, so this is a very natural combination of technologies. People like Paul Graham (author of Hackers and […]