Home › Forums › AWS › AWS Certified Developer Associate › Lambda and concurrent execution quotas › Reply To: Lambda and concurrent execution quotas
-
Hi Carlo,
Thanks for your reply. I can answer my own question now 🙂
It was Review Mode Set 1 – AWS Certified Developer Associate > Question 19 (see attached)
I understand how the formula in the rationale given is working (I got the answer right; I just didn’t follow the rationale).
It was best for me to consider a timeline: 1s = 10 invocations, 2 = 20, 3 = 30, 4 = 40, … , 10 = 100, and thereafter the formula roughly works out (as this is all averages in any case). Therefore,
= 10 invocations per second * 10 seconds average duration
= 100 concurrent executions (after 10 seconds…)
Thanks,
Claire