Lambda has a 100 function limit.
What happens when you submit a 101 function when 100 are already running?
Will it:
If you are talking about Concurrent executions
there isn't a limit of 100. The limit depends on the region but by default it's 1000 Concurrent executions
.
To answer your question: As soon as the Concurrent executions
limit is reached the next execution gets throttled. Each throttled invocation increases the Amazon CloudWatch Throttles
metric for the function.
If your AWS Lambda is invoked asynchronous AWS Lambda automatically retries the throttled event for up to six hours, with delays between retries. If you didn't setup a Dead Letter Queue (DLQ) for your AWS Lambda your event is lost as soon as all retries fails.
For more information please check the AWS Lambda - Throttling Behavior
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