ApiGatewayRestLambdaFunction

This is the main entry point for lambda invocations using the REST payload format. It uses the local environment to instantiate the HttpHandler which can be used for further invocations.

Constructors

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

Functions

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