deleteFunctionConcurrency

Removes a concurrent execution limit from a function.

Samples

// The following example deletes the reserved concurrent execution limit from a function named my
// function.
lambdaClient.deleteFunctionConcurrency {
    functionName = "my-function"
}