If you've ever worked on AWS Lambda, you will know that one word that buzzes every developer is - cold start. It's like Thanos, an inevitable tax that you pay when Lambda spins up a fresh execution environment to handle a request. In Node.js, while the AWS documentation covers the basics (provisioned concurrency, minimizing package...