|
|
|
|
|
by booi
1519 days ago
|
|
This is definitely an issue especially with infrequently accessed functions but I've seen cold start issues regardless. I assume some scaling events will cause cold starts (measured in seconds). There's a good argument to go with packaged code instead of containers if you can manage the development complication and versioning (cold starts measured in milliseconds). |
|