| Modifier and Type | Method and Description |
|---|---|
SpringLambdaContainerHandler<RequestType,AwsProxyResponse> |
SpringProxyHandlerBuilder.build() |
SpringLambdaContainerHandler<RequestType,AwsProxyResponse> |
SpringProxyHandlerBuilder.buildAndInitialize() |
protected SpringLambdaContainerHandler<RequestType,AwsProxyResponse> |
SpringProxyHandlerBuilder.createHandler(org.springframework.web.context.ConfigurableWebApplicationContext ctx) |
static SpringLambdaContainerHandler<AwsProxyRequest,AwsProxyResponse> |
SpringLambdaContainerHandler.getAwsProxyHandler(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,
String... profiles)
Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `AwsProxyResponse` objects and sets the given profiles as active
|
static SpringLambdaContainerHandler<HttpApiV2ProxyRequest,AwsProxyResponse> |
SpringLambdaContainerHandler.getHttpApiV2ProxyHandler(Class<?>... config)
Creates a default SpringLambdaContainerHandler initialized with the `HttpApiV2ProxyRequest` and `AwsProxyResponse` objects
|
Copyright © 2022. All rights reserved.