Very nice. It would be cool if you could try out api calls from the examples (ala swagger style)

Many amazon servers can't service requests from a browser (due to CORS headers), and all of them require an aws account.

Providing an AWS account that people could use is a security nightmare, and many of the operations have charges associated with them.

If I provide my aws credentials, then he could proxy through his server and request on my behalf, but I wouldn't want to give him my credentials and I might as well just play with the aws-cli which exposes pretty much all of the same calls anyways.

Sounds like a cool project to blog about: in-memory implementation of all AWS APIs.