waitUntilFunctionActive
suspend fun LambdaClient.waitUntilFunctionActive(request: GetFunctionConfigurationRequest, retryStrategy: RetryStrategy? = null): Outcome<GetFunctionConfigurationResponse>
suspend fun LambdaClient.waitUntilFunctionActive(block: GetFunctionConfigurationRequest.Builder.() -> Unit): Outcome<GetFunctionConfigurationResponse>
Waits for the function's State to be Active. This waiter uses GetFunctionConfiguration API. This should be used after new function creation.