Tuesday, 31 March 2009

Who Needs an Online IDE - Amazon

How about an AWS Builder?
Try a live example of Amazon Web Services API usage:


2 comments:

Yosi Taguri said...

Clean the Console.WriteLine
The S3 sample is a console app and your sample is a web app.

Gilad Khen said...

Thanks for your feedback Yossi. Pay attention though - this sample creates a Console.WriteLine by defining a TextBox named Console, and extending it as so:
public static void WriteLine(this TextBox tb, string s, params object[] args)

So Console.WriteLine actually works in this web app :)
Cheers!

Post a Comment

Followers