Testing
Cold Start Testing and Optimization for Serverless Functions
Cold starts are the single most complained-about characteristic of serverless functions. A Lambda that responds in 50ms warm can take 2–8 seconds cold. For user-facing APIs, this is the difference between acceptable and unusable. The problem is that cold starts are difficult to test systematically. They don&