Hacker News new | ask | show | jobs
by davidgf 2085 days ago
Lambda scales well... until it does not. If your traffic pattern is very spiky and unpredictable, the burst limit can be a real pain in the neck. It ranges between 500 and 3.000 Lambda instances, depending on the region, and when that threshold is reached it can only spin up 500 more each minute. This is sufficient in most cases, indeed, but it's important to be aware of the implications of this limitation before believing that you can throw anything at Lambda and it'll just scale up to accommodate any workload.
1 comments

This is however a soft-limit per region
I'm not too sure about that... Just to clarify, I'm referring to the burst limit, not the concurrency one.