_LambdaCircuitBreaker
Circuit Breaker / Emergency Kill Switch
The Lambda function concurrent execution limit can also be used as a circuit breaker or emergency kill switch by setting the reserved concurrency to zero so that a function cannot be invoked anymore until the concurrency limit is raised again.