Reserved concurrency of zero
Every invocation throttled, which is how you switch a function off
{
"FunctionName": "api-handler",
"Runtime": "nodejs22.x",
"Timeout": 10,
"MemorySize": 1024,
"Architectures": ["arm64"],
"ReservedConcurrentExecutions": 0,
"TracingConfig": { "Mode": "Active" },
"DeadLetterConfig": { "TargetArn": "arn:aws:sqs:eu-west-1:111122223333:dlq" }
}