-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request - Support for Application Load Balancer #214
Comments
Thanks for the feedback @vijaychd - we'll definitely look at this for the next release |
@vijaychd I have committed ALB support in the |
Thanks @sapessi |
need to figure out how /health and /swagger-ui.html would work. @sapessi Can that be supported? |
Technically it should work @vijaychd, although I have never tried. What framework are you testing with? |
Spring boot. /health worked after i changed the endpoint. /v2/api-docs doesn't. |
Any chance you have a github repo I can use to try and replicate quickly? |
Nope. I think with ApiGateway proxy it was always getting set as /. Is it something you can add to override the context path for container. So i will use same context on the ALB, then all endpoints should work |
…hat the behavior between ALB and API Gateway differs: ALB does not decode encoded query parameters, API Gateway does.
Resolving in preparation for 1.3 release |
By setting below, /health and /v2/api-docs worked fine. |
Spring boot
Scenario
Calling Lambda Function thru Application Load Balancer
Expected behavior
Application load balancer is recently added as trigger for lambda function. it would be nice to support that for java container in lambda.
Actual behavior
Steps to reproduce
Full log output
The text was updated successfully, but these errors were encountered: