Interface | Description |
---|---|
MicronautLambdaContainerContext |
A context object to share state.
|
Class | Description |
---|---|
AbstractLambdaContainerHandler<RequestType,ResponseType,ContainerRequestType,ContainerResponseType> |
Abstract class that declares the basic methods and objects for implementations of
LambdaContainerHandler . |
AwsObjectMapperFactory |
Factory class that creates an object mapper if the property "aws.proxy.shared-object-mapper" is set to true.
|
MicronautAwsProxyConfiguration |
Configuration properties for the AWS proxy module.
|
MicronautAwsProxyExceptionHandler |
Default
ExceptionHandler implementation. |
MicronautAwsProxyRequest<T> |
Implementation of
HttpRequest that backs onto a AwsProxyRequest object. |
MicronautAwsProxyResponse<T> |
Implementation of
MutableHttpResponse for AWS API proxy. |
MicronautLambdaContainerHandler |
Main entry for AWS API proxy with Micronaut.
|
MicronautLambdaHandler |
AWS
RequestHandler for AwsProxyRequest and AwsProxyResponse . |
MicronautResponseWriter |
Implementation of the
ResponseWriter class for Micronaut. |