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