AWS Lambda
31–40 of 164 posts
Re: AWS Lambda
#32Something I want: AWS Lambda code which responds to S3 PUTs by issuing Cloudfront invalidations. Anyone want to write this?
Re: AWS Lambda
#33Something I want: AWS Lambda code which responds to S3 PUTs by issuing Cloudfront invalidations. Anyone want to write this?
I imagine it would be very with the S3 Event Notification stuff they also released today: http://aws.amazon.com/blogs/aws/s3-event-notification/
Re: AWS Lambda
#34But kudos for Amazon for furthering the datacenter-is-the-computer approach. It is simply the right thing to do.
Re: AWS Lambda
#35I realize they are starting with node.js, but I wonder how this will work? It sounds like they plan to support arbitrary dependencies. Will you upload a Docker container with your necessary dependencies? They talk about milliseconds until your code is running, and containers may be (?) slower than that. Or am I hoping for too much.
Re: AWS Lambda
#36Re: AWS Lambda
#37Is this comparable to IronWorker?
IronWorker has a few benefits such as being able to run any docker container and react to a HTTP Post (webhook) directly, but overall very similar to Lambda.
Re: AWS Lambda
#38Re: AWS Lambda
#39I'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.