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
/
AwsHttpAdapter
Aws
Http
Adapter
interface
AwsHttpAdapter
<
Req
,
Resp
>
(
source
)
Inheritors
ApiGatewayRestAwsHttpAdapter
ApiGatewayV1AwsHttpAdapter
ApiGatewayV2AwsHttpAdapter
ApplicationLoadBalancerAwsHttpAdapter
InvocationLambdaAwsHttpAdapter
Members
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
resp
:
Response
)
:
Resp
abstract
operator
fun
invoke
(
req
:
Req
,
ctx
:
Context
)
:
Result
<
Request
>