waitUntilFunctionExists
suspend fun LambdaClient.waitUntilFunctionExists(request: GetFunctionRequest, retryStrategy: RetryStrategy? = null): Outcome<GetFunctionResponse>
suspend fun LambdaClient.waitUntilFunctionExists(block: GetFunctionRequest.Builder.() -> Unit): Outcome<GetFunctionResponse>