英文:
What request/response event classes are used with a Lambda triggered by Application Load Balancer
问题
我们正在使用应用负载均衡器(Application Load Balancer)来作为 Lambdas 的前端,而不是使用 API 网关(API Gateway),但是我找不到关于在 RequestHandler<T, U> 内部使用的类的权威参考。看起来应该和 APIGatewayProxyRequestEvent 一样,还是应该使用 APIGatewayV2ProxyRequestEvent?
英文:
We are fronting Lambdas with an Application Load Balancer versus an API Gateway, but I can't find authoritative reference on the classes to use within the RequestHandler<T, U>. It appears it's the same as APIGatewayProxyRequestEvent or should it be APIGatewayV2ProxyRequestEvent?
专注分享java语言的经验与见解,让所有开发者获益!
评论