In this doc Lambda Quotas it mentions that Execution processes/threads have an unmodifiable quota of 1024.
Does this mean that if I have a lambda then all instances of that lambda combined can concurrently only use up to 1024 threads.
Or does it mean that each instance of the lambda can use 1024 threads. So if there are 4 invocations of the lambda at the same time they can use up to 4096 threads in total?
Number 2 is correct. That limit is applied to each lambda instance.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With