Hacker News new | ask | show | jobs
by landerwust 2029 days ago
Your lambda function can be a container
1 comments

Why would you want to put it in Lambda then when there are better options?
There is no better option for temporally sparse compute. If your job can run all the time there is no benefit to these systems, but if it wastes money by being provisioned all the time when not in use, there is no alternative.

Lambda is neither "worse" nor "better" in any general sense. It's just another option that might apply given a particular scenario, and one that got significantly cheaper today.