If a lambda extension executes longer than the lambda execution, is it counted towards the duration of the lambda and against reserved concurrency?

0

For eg., if I have a lambda with 5 reserved concurrency and a lambda extension that runs twice as long as the lambda that takes X ms to execute, will the overall execution time be 2X ms? If I have 5 concurrent lambdas that start at the exact same time, will 2X ms (and not X ms) have to elapse before another lambda executes?

And would this apply to both internal and external extensions?

posta un mese fa101 visualizzazioni
1 Risposta
0

Lambda extensions count as the duration and also for concurrency. You should assume it is just as if it was part of the function itself.

profile pictureAWS
ESPERTO
Uri
con risposta un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande