AwsLambdaEventFunction

abstract class AwsLambdaEventFunction(envMap: Map<String, String> = System.getenv(), loader: FnLoader<Context>) : RequestStreamHandler(source)

Adapts between http4k and AWS Lambda APIs..

Inheritors

Constructors

Link copied to clipboard
constructor(envMap: Map<String, String> = System.getenv(), loader: FnLoader<Context>)
constructor(loader: FnLoader<Context>)

Functions

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