-
Notifications
You must be signed in to change notification settings - Fork 561
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
Add ALB Context to API GW Payload V2 #491
Conversation
0831a1c
to
a2529f3
Compare
Hi @driverpt, |
Done |
The changes currently cause |
3d8f0d9
to
4bf3876
Compare
Hello @deki , i think it should be fixed now. There was a missing |
Any ETA on this one ? |
On my list for this week, first tests were successful. We may switch to aws-lambda-java-events lib in the future and I'm wondering about this: |
Alb request is pretty much the same as Payload V2. I also agree this lib should be switched to use Events Library, but that would probably be a breaking change. |
Yeah that's a 2.0 thing, we will not do it now. I was just thinking that it is probably not enough to have a single event (like in aws-lambda-java-events lib) but we rather need ApplicationLoadBalancerRequestEventV1 and ApplicationLoadBalancerRequestEventV2, don't we? |
@deki , I think that SRP (Single Responsibility Principle) should be applied where possible, as in, 1 Event = 1 Class |
@deki , do you want me to change to separate events and apply SRP ? |
No let's keep it like this for know and refactor for 2.0. |
Issue #489
Description of changes:
Adds ALB Context to Request Context. Source
By submitting this pull request