Y
Hacker News
new
|
ask
|
show
|
jobs
by
CSDude
1386 days ago
You clearly did not deploy enough classes on Lambda to have more than 10 seconds warmup on a trivial Java based Lambda function.
1 comments
bitcharmer
1386 days ago
Warm-up is more a function of invocation count rather than time as you seem to be suggesting here
link