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