Intermediate Cloud-Native #serverless #cold-start #faas #lambda #concurrency

Serverless Language

5 exercises — master the vocabulary of serverless computing: cold starts, synchronous vs. asynchronous invocation, execution timeouts, stateless constraints, and concurrency management.

0 / 5 completed
1 / 5

A developer observes: "The first request to this Lambda function after 15 minutes of inactivity takes 800ms; subsequent requests in the following minutes take 12ms."

What is the 800ms overhead called, and what causes it?