| Package | Description |
|---|---|
| com.amazonaws.serverless.proxy.spring |
| Modifier and Type | Method and Description |
|---|---|
SpringLambdaContainerHandler<AwsProxyRequest,AwsProxyResponse> |
SpringProxyHandlerBuilder.build() |
SpringLambdaContainerHandler<AwsProxyRequest,AwsProxyResponse> |
SpringProxyHandlerBuilder.buildAndInitialize() |
static SpringLambdaContainerHandler<AwsProxyRequest,AwsProxyResponse> |
SpringLambdaContainerHandler.getAwsProxyHandler(java.lang.Class... config)
Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `AwsProxyResponse` objects
|
static SpringLambdaContainerHandler<AwsProxyRequest,AwsProxyResponse> |
SpringLambdaContainerHandler.getAwsProxyHandler(org.springframework.web.context.ConfigurableWebApplicationContext applicationContext,
java.lang.String... profiles)
Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `AwsProxyResponse` objects and sets the given profiles as active
|
Copyright © 2019. All Rights Reserved.