| Package | Description |
|---|---|
| com.amazonaws.serverless.proxy.spring |
| Modifier and Type | Method and Description |
|---|---|
SpringBootLambdaContainerHandler<AwsProxyRequest,AwsProxyResponse> |
SpringBootProxyHandlerBuilder.build() |
SpringBootLambdaContainerHandler<AwsProxyRequest,AwsProxyResponse> |
SpringBootProxyHandlerBuilder.buildAndInitialize() |
static SpringBootLambdaContainerHandler<AwsProxyRequest,AwsProxyResponse> |
SpringBootLambdaContainerHandler.getAwsProxyHandler(java.lang.Class<?> springBootInitializer,
java.lang.String... profiles)
Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `AwsProxyResponse` objects and the given Spring profiles
|
static SpringBootLambdaContainerHandler |
SpringBootLambdaContainerHandler.getInstance()
We need to rely on the static instance of this for SpringBoot because we need it to access the ServletContext.
|
Copyright © 2019. All Rights Reserved.