Lambda Cold Start
The extra latency when a request cannot reuse a warm environment and must pay full Init: runtime startup, dependency loading, and your initialization code. Severity scales with package size, runtime choice (JVM/.NET worst), and initialization work, and it hits a percentage of requests, not just the first.
This Concept is waiting for its first lesson!
The extra latency when a request cannot reuse a warm environment and must pay full Init: runtime startup, dependency loading, and your initialization code. Severity scales with package size, runtime choice (JVM/.NET worst), and initialization work, and it hits a percentage of requests, not just the first.
Are you a teacher? Sign in to start contributing.
Sign In