deleteFunctionConcurrency
abstract suspend fun deleteFunctionConcurrency(input: DeleteFunctionConcurrencyRequest): DeleteFunctionConcurrencyResponse
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"
}Content copied to clipboard