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 . |
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.
|
MicronautResponseWriter |
Implementation of the
ResponseWriter class for Micronaut. |