Process Flow - Lambda concurrency and throttling
Incoming Lambda Requests
Check Current Concurrency
Below Limit
Invoke Lambda
Process
Complete Execution
Decrease Concurrency Count
Lambda checks how many functions run at once. If below limit, it runs. If at limit, it stops new runs and returns an error.