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?

질문됨 한 달 전101회 조회
1개 답변
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
전문가
Uri
답변함 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠