I'm so torn - on one side this is a very neat thing that'll save a lot of boilerplate, and on the other it screams of vendor lock-in.
AWS Lambda
61–70 of 164 posts
Re: AWS Lambda
#62Is this comparable to IronWorker?
And of course, it supports more than just Node.js.
Re: AWS Lambda
#63I’ve had a chance to use the service for a couple of weeks. My quick summary review is that it’s a little tricky setting up the IAM roles and security groups, but once you have that going, it works great! I see a ton of potential here in transforming the way people use AWS. I also put together the Netflix use cases in the keynote so if you have any questions I’ll try to answer them!
One thing I am struggling to understand is how much of my applications can be replaced with Lambda. I think it would be really awesome to make applications that do not have any dedicated instances associated with them, but are entirely based on the various AWS platforms. For some things, it seems like Lambda could be a drop-in replacement, whereas others, it would not quite fit the bill. Do you think it will be possi…
Oh what I would have given to have this capability a year ago. :)
Re: AWS Lambda
#64Re: AWS Lambda
#65I wish they hadn't named the units of computation "Lambda functions". Cause, you know there's already something known as a "Lambda function" in computer science. But kudos for Amazon for furthering the datacenter-is-the-computer approach. It is simply the right thing to do.
I'm guessing they borrowed it from this : http://lambda-architecture.net/
Re: AWS Lambda
#66Right now the only language/runtime supported is js/node, but they intend to include others. (figured people would want to know this, and you have to scroll a ways to find out, so)
I saw it and was shocked that Python is not yet supported.
Re: AWS Lambda
#67Is it me or AWS is releasing too many services... there is a service for everything. I wounder if they are just throwing stuff out there see what sticks... kinda like landing pages.
Re: AWS Lambda
#68Re: AWS Lambda
#69I'm so torn - on one side this is a very neat thing that'll save a lot of boilerplate, and on the other it screams of vendor lock-in.
Re: AWS Lambda
#70If thats possible Lambda would be like PiCloud but without Python, and will stick around (hopefully).