Earlier quoted context omitted.
I feel sorry for all the people in 5 - 10 years who discover Amazonis now in a position to charge monopoly rents.
And yet, they don't. Compare that to Oracle. Plus, when Amazon makes a new cloud architecture that gets popular, others copy it. OpenStack will have this if need be in a year or two and then you can port to OS in 5 years when the rent goes up. Oh, and FWIW, when has AWS raised a price? My servers have gotten cheaper every year I've had them with AWS (3).
AWS Lambda
161–164 of 164 posts
Regarding OpenStack and something similar, there is the underlying workflow service (not quite the same I know) called Mistral. A project called StackStorm that is related but adds event handling and a rule engine launched a couple weeks ago.
Re: AWS Lambda
#162How can it compare to zappier?
Or StackStorm? Or https://factor.io/ I think much much more intra application wiring as opposed to inter app / tool chain wiring. Or?
Re: AWS Lambda
#163Does AWS Lambda supports cron-like periodic triggers?
Yes.
Re: AWS Lambda
#164Earlier quoted context omitted.
I guess it is due to the sanboxing issue, which is pretty hard to get right.
I dont think so - the docs suggest you get a full Linux that your code runs on, not just a limited sandbox, one of the blogs mentioned running binary code. So I don't think it is being sandboxed at the language level. Especially as they talked about adding more languages soon.
Yes, the Lambda function is run in an Amazon Linux environment.
I published some explorations of that environment here: http://alestic.com/2014/11/aws-lambda-environment
Let me know in the comments on that article what other commands you'd like to see output for.