Tom Clifford-Clarke

Results 2 comments of Tom Clifford-Clarke
trafficstars

Update: I think the problem is that I interpreted that out-of-the-box this supports ALB messages (as well as API GW), but reading the [`AwsProxyRequest`](https://github.com/aws/serverless-java-container/blob/8d189901a517115e921a9ababa9fdb75ffe7581c/aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/model/AwsProxyRequest.java#L22) javadoc I don't think it does...

Thanks @mbfreder , the response is massively appreciated 🙏 I have noticed that this line: [`return new InetSocketAddress(this.request.getRemoteHost(), this.request.getRemotePort());`](https://github.com/spring-projects/spring-framework/blob/996e66abdbaad866f0eab40bcf5628cdea92e046/spring-web/src/main/java/org/springframework/http/server/reactive/ServletServerHttpRequest.java#L193) implies that there are different headers for host and port, but...