| Package | Description |
|---|---|
| com.amazonaws.serverless.proxy.spring |
| Modifier and Type | Method and Description |
|---|---|
SpringBootLambdaContainerHandler<RequestType,AwsProxyResponse> |
SpringBootProxyHandlerBuilder.build() |
SpringBootLambdaContainerHandler<RequestType,AwsProxyResponse> |
SpringBootProxyHandlerBuilder.buildAndInitialize() |
static SpringBootLambdaContainerHandler<AwsProxyRequest,AwsProxyResponse> |
SpringBootLambdaContainerHandler.getAwsProxyHandler(Class<?> springBootInitializer,
String... profiles)
Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `AwsProxyResponse` objects and the given Spring profiles
|
static SpringBootLambdaContainerHandler<HttpApiV2ProxyRequest,AwsProxyResponse> |
SpringBootLambdaContainerHandler.getHttpApiV2ProxyHandler(Class<?> springBootInitializer,
String... profiles)
Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `HttpApiV2ProxyRequest` 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 © 2022. All rights reserved.