Live data from Hacker News

AWS Introducing Provisioned Concurrency for Lambda Functions

aws.amazon.com

1–10 of 74 posts

Re: AWS Introducing Provisioned Concurrency for Lambda Functions

#2
As a seasoned AWS developer, I love this feature. However, I wonder how the increasing complexity of AWS affects new devs as they try to grok the offered services. AWS typically does a pretty good job hiding advanced features from beginners, but I wonder how long they can do that.

Re: AWS Introducing Provisioned Concurrency for Lambda Functions

#9

This feels like a step backwards to me, nevermind how necessary it may be. The magic was paying only for what you use on super bursty workloads. Now this is like throwing your hands up and saying the users bursts are too big for AWS.

Lambda’s success was never about bursty workloads, it’s the elastic event driven compute model it enables.

Yes only paying for the compute you actually use is great, but so is having basically limitless compute power (your wallet willing) without the ops overhead and system maintenance.

Cold starts have been a problem fire a while, and while there many be a better way than this long term, ultimately to some degree the solution will always be keeping a function warm. And that’s ultimately compute, and aws is not likely to give that away.

Re: AWS Introducing Provisioned Concurrency for Lambda Functions

#10
post #5

Request for anyone on the Lambda team who happens to read this: your API doesn’t appear to offer a way to retrieve the “last modified by” user when grabbing function metadata. Very unlike other AWS APIs and very annoying.

Which API specifically are you referring to (GetFuntionConfiguration ?), and which APIs are you comparing it against?
Post reply on HN