Package io.micronaut.function.aws.proxy.alb
package io.micronaut.function.aws.proxy.alb
Classes related to a
RequestHandler
for input ApplicationLoadBalancerRequestEvent
and response ApplicationLoadBalancerResponseEvent
.- Since:
- 4.0.0
- Author:
- Sergio del Amo
-
ClassDescription
RequestHandler
for inputApplicationLoadBalancerRequestEvent
and responseApplicationLoadBalancerResponseEvent
.Implementation ofServletHttpHandler
for AWS Gateway Proxy Events.Request binder for theApplicationLoadBalancerRequestEvent
object.Adapts the v2APIGatewayProxyResponseEvent
to aMutableHttpResponse
.Request binder for theApplicationLoadBalancerResponseEvent
object.Implementation ofServletHttpRequest
for Application Load Balancer events.Implementation ofServletHttpResponse
forApplicationLoadBalancerResponseEvent
.