jackye1995 opened a new pull request, #8091: URL: https://github.com/apache/iceberg/pull/8091
This PR refactors the existing implementation for vending `HTTPClient`, which is an implementation of the `RESTClient`, by allowing an alternative implementation `LambdaRESTInvoker` to fulfill REST catalog request and response using AWS Lambda's Invoke API. This is useful for situations where an HTTP connection cannot be established against a REST endpoint, for serverless compute engines like Athena Trino/Spark, Glue ETL Spark, Kinesis Flink, etc. A Lambda can be placed within the subnet as a proxy. @rdblue @danielcweeks @nastra @amogh-jahagirdar -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
