ApplicationLoadBalancerLambdaFunction
abstract class ApplicationLoadBalancerLambdaFunction(input: AppLoader) : AwsLambdaEventFunction(source)
This is the main entry point for lambda invocations coming from an Application LoadBalancer. It uses the local environment to instantiate the HttpHandler which can be used for further invocations.
Use main constructor if you need to read ENV variables to make your HttpHandler and the AWS context