You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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!
The text was updated successfully, but these errors were encountered: