Hacker News new | ask | show | jobs
by andrew_ 1241 days ago
I would argue that if you needed n number of functions, where n is unknown, or n cannot be set to a reasonable number that can handle traffic, and cold starts are unacceptable, you would be using the wrong bit of infrastructure.
1 comments

I agree. Usually it is a a trade-off between cold starts and the costs of `n` warm functions.