ApplicationLoadBalancerFnLoader

Function loader for ApplicationLoadBalancer Lambdas

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 operator override fun invoke(env: Map<String, String>): FnHandler<InputStream, Context, InputStream>