We'd switched to Node 18 runtime and figured cold starts would be fine. They weren't. A function that usually runs in 200ms was taking 8-12 seconds on cold starts. Our traffic spikes at night (asia ti
SJPSSophia and 7 more commentedBeen running a gRPC service on Lambda for 18 months. Cold starts were killing us - median 3.2s, p99 hitting 8s. Customers noticed. We tried the obvious stuff first (provisioned concurrency, bigger mem
CATDChloe and 6 more commentedWe ship a React component library as Lambda@Edge for dynamic header/footer injection. Cold starts were killing us in prod, especially during traffic spikes. Started with the obvious stuff: smaller bun
Join discussionHey folks! Ever wondered how to determine the right resources for your Lambda function? Or why one might use AWS Amplify over hosting your static site directly on S3? Maybe you’re trying to get started with AWS or you’re wondering where to find the A...
CNSAIcharless and 34 more commented