什么请求/响应事件类别与由应用负载均衡器触发的Lambda一起使用?

huangapple 未分类评论49阅读模式
英文:

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?

huangapple
  • 本文由 发表于 2020年5月29日 10:23:04
  • 转载请务必保留本文链接:https://java.coder-hub.com/62077665.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定