What factors should you consider when developing a cold start mitigation strategy?
You should start by profiling your functions to identify which ones users actually wait on versus those where delays are acceptable. For critical user-facing functions, use a mix of targeted provisioned concurrency, scheduled 'ping' requests to keep them warm, and consider consolidating fragmented functions. Also consider the specific cloud platform you're using, as different providers have varying performance characteristics and tools for managing cold starts.