http4k
Toggle table of contents
6.57.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-serverless-lambda
/
org.http4k.serverless
/
AwsLambdaEventFunction
Aws
Lambda
Event
Function
abstract
class
AwsLambdaEventFunction
(
envMap
:
Map
<
String
,
String
>
=
System.getenv()
,
loader
:
FnLoader
<
Context
>
)
:
RequestStreamHandler
(
source
)
Adapts between http4k and AWS Lambda APIs..
Inheritors
ApiGatewayRestLambdaFunction
ApiGatewayV1LambdaFunction
ApiGatewayV2LambdaFunction
ApplicationLoadBalancerLambdaFunction
InvocationLambdaFunction
Members
Constructors
Aws
Lambda
Event
Function
Link copied to clipboard
constructor
(
envMap
:
Map
<
String
,
String
>
=
System.getenv()
,
loader
:
FnLoader
<
Context
>
)
constructor
(
loader
:
FnLoader
<
Context
>
)
Functions
handle
Request
Link copied to clipboard
open
override
fun
handleRequest
(
input
:
InputStream
,
output
:
OutputStream
,
context
:
Context
)