| Interface | Description |
|---|---|
| ExceptionHandler<ResponseType> |
Implementing sub-classes of this interface are used by container objects to handle exceptions.
|
| SecurityContextWriter<RequestType> |
This object is used by the container implementation to generated a Jax-Rs
SecurityContext object from the
incoming AWS Lambda event. |
| Class | Description |
|---|---|
| AwsProxyExceptionHandler |
Default implementation of the
ExceptionHandler object that returns AwsProxyResponse objects. |
| AwsProxySecurityContextWriter |
Default impolementation of
SecurityContextWriter. |
| LambdaContainerHandler<RequestType,ResponseType,ContainerRequestType,ContainerResponseType> |
Abstract class that declares the basic methods and objects for implementations of
LambdaContainerHandler. |
| RequestReader<RequestType,ContainerRequestType> |
Implementations of the RequestReader object are used by container objects to transform the incoming Lambda event into
a request object that can be used by the underlying container.
|
| ResponseWriter<ContainerResponseType,ResponseType> |
Implementations of this object are used by the container to transform the container's response object into a valid
return type for the AWS Lambda function.
|
Copyright © 2017. All Rights Reserved.