|
|
|
|
|
by antimatter
2762 days ago
|
|
> You can generally resolve it yourself by poking seldom used functions to keep them hot. We've tried this and it helps somewhat but when AWS attempts to scale your function based on load, cold starts re-appear. We've moved away from Lambdas where a dependable response time is required. |
|
If you are experiencing cold starts it means that function is not used very often. If it's not used very often that likely means it's not user facing (or something less important like a Terms of Service page). If that's the case, why do you need instant response times?