getFunctionConcurrency (original) (raw)
lambda/aws.sdk.kotlin.services.lambda/LambdaClient/getFunctionConcurrency
abstract suspend fun getFunctionConcurrency(input: GetFunctionConcurrencyRequest): GetFunctionConcurrencyResponse
Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a function, use PutFunctionConcurrency.
Samples
fun main() {
//sampleStart
// The following example returns the reserved concurrency setting for a function named my function.
val resp = lambdaClient.getFunctionConcurrency {
functionName = "my-function"
}
//sampleEnd
}
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.Generated by dokka