ApplicationLoadBalancerLambdaFunction

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

Constructors

Link copied to clipboard
constructor(input: AppLoader)
constructor(input: HttpHandler)

Use this constructor if you just want to convert a standard HttpHandler

Functions

Link copied to clipboard
open override fun handleRequest(input: InputStream, output: OutputStream, context: Context)