api

http4k / org.http4k.serverless / AwsHttpAdapter

AwsHttpAdapter

interface AwsHttpAdapter<Req, Resp>

Functions

Name Summary
invoke abstract operator fun invoke(req: Req, ctx: Context): Request
abstract operator fun invoke(resp: Response): Resp

Inheritors

Name Summary
ApiGatewayV1AwsHttpAdapter object ApiGatewayV1AwsHttpAdapter : AwsHttpAdapter<Map<String, Any>, Map<String, Any>>
ApiGatewayV2AwsHttpAdapter object ApiGatewayV2AwsHttpAdapter : AwsHttpAdapter<Map<String, Any>, Map<String, Any>>
ApplicationLoadBalancerAwsHttpAdapter object ApplicationLoadBalancerAwsHttpAdapter : AwsHttpAdapter<Map<String, Any>, Map<String, Any>>
InvocationLambdaAwsHttpAdapter object InvocationLambdaAwsHttpAdapter : AwsHttpAdapter<InputStream, InputStream>