Hello app engine. I am a big time user of Amazon Web Services.
I find that a lot of times I would like to have a simple python script
or module run on demand rather than spinning up a big expensive EC2
server.
I feel like App Engine could be great for this! Unfortunately, it
seems totally geared towards building big flahsy web apps, when all I
want to build are tiny little web services.
I am actually already doing this. My static website
http://www.bluepines.org
is being served by Amazon S3 (which is cheap) and the email part for
contacts uses Google App Engine (which is free).
So my question is, are people using app engine to build a bunch of
small web services, and is there any way to pay google more money to
get the app limit raised or get some of kind of Enterprise Account set
up with them.
Cheers