Understand how Lambda manages execution environments based on request patterns
New execution environments need time to initialize before they can process requests. Cold start times vary based on runtime, memory, and code complexity.
Environments actively processing requests. Each can handle one request at a time.
Ready environments that can immediately process new requests without cold start.