| Package | Description |
|---|---|
| com.amazonaws.serverless.proxy.jersey |
| Modifier and Type | Method and Description |
|---|---|
static JerseyLambdaContainerHandler<AwsProxyRequest,AwsProxyResponse> |
JerseyLambdaContainerHandler.getAwsProxyHandler(javax.ws.rs.core.Application jaxRsApplication)
Returns an initialized
JerseyLambdaContainerHandler that includes RequestReader and
ResponseWriter objects for the AwsProxyRequest and AwsProxyResponse
objects. |
static JerseyLambdaContainerHandler<HttpApiV2ProxyRequest,AwsProxyResponse> |
JerseyLambdaContainerHandler.getHttpApiV2ProxyHandler(javax.ws.rs.core.Application jaxRsApplication)
Returns an initialized
JerseyLambdaContainerHandler that includes RequestReader and
ResponseWriter objects for the HttpApiV2ProxyRequest and AwsProxyResponse
objects. |
Copyright © 2020. All rights reserved.