Skip to content

What about ApplicationLoadBalancerEvent? #82

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

Closed
0xNacho opened this issue Feb 28, 2019 · 2 comments
Closed

What about ApplicationLoadBalancerEvent? #82

0xNacho opened this issue Feb 28, 2019 · 2 comments

Comments

@0xNacho
Copy link

0xNacho commented Feb 28, 2019

Hi there.

I'm using a lambda function to process requests from an Application Load Balancer.

I'm writing the lambda code using the latest JAVA SDK (2.2.5), but I'm not able to find out which is the runtime event class to access to the request event.
There does not seem to be any ApplicationLoadBalancerEvent class in the following link:

https://github.com/aws/aws-lambda-java-libs/tree/master/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events

Thanks!

@cdwhatcott
Copy link

Is anybody working on this? I've got a lambda I'm working on that will process ALB events. If nobody is currently adding this, I'd be glad to add it.

@carlzogh
Copy link
Contributor

Hey @0xNacho and @cdwhatcott - Application Load Balancer Target Events have been added to the aws-lambda-java-events library and released as part of version 3.1.0.

ref: https://github.com/aws/aws-lambda-java-libs/blob/master/aws-lambda-java-events/RELEASE.CHANGELOG.md

Thanks for bringing this up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants