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."
Questions tagged [cold-start]
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ā¦

Zhuang Paulus
- 81
- 8
-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ā¦

prabhakar srivastava
- 155
- 2
- 9