CommencerCommencez gratuitement

Pick the right Lambda concurrency setting

Your deploy-demo-orders-api Lambda backs a latency-sensitive checkout API. Most of the time it sits idle, so the first requests after a quiet period hit a cold start and users see a noticeable delay while a new execution environment initializes. You need those first requests to respond fast, every time.

Which Lambda concurrency setting best removes the cold-start latency for this function?

Cet exercice fait partie du cours

<cours>Deploying Applications on AWS</cours>
Voir le cours

Exercice interactif pratique

Transformez la théorie en action avec l’un de nos exercices interactifs

Commencer l’exercice