waitUntilFunctionUpdated
suspend fun LambdaClient.waitUntilFunctionUpdated(request: GetFunctionConfigurationRequest): Outcome<GetFunctionConfigurationResponse>
suspend fun LambdaClient.waitUntilFunctionUpdated(block: GetFunctionConfigurationRequest.Builder.() -> Unit): Outcome<GetFunctionConfigurationResponse>
Waits for the function's LastUpdateStatus to be Successful. This waiter uses GetFunctionConfiguration API. This should be used after function updates.