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?

asked 14 days ago87 views
1 Answer
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
EXPERT
Uri
answered 13 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions