Questions tagged [cold-start]

In general, a cold start is the start-up of a recently unused ("cold") application, typically incurring an above average start-up time. In contrast, a recently used application is considered "warm."

107 questions
-1
votes
0 answers

Prevent AWS Lambda cold start

I am using AWS Lambda Function with Java and I use container images for deployment. The first call to this function with cold start results in around 6 seconds: Init Duration (ms) Duration (ms) Billed Duration…
-1
votes
1 answer

How to fix Lambda Warmup (Cold Start fix) Using CDK and Typescript

I need to fix a common problem with a lambda that is a cold start issue. while I am using CDK with typescript. I have seen many solutions but did not get the right approach. if any plugin resolves my issue then where I mentioned the logic to invoke…
1 2 3 4 5 6 7
8