Package io.micronaut.function.aws.proxy
Class MicronautLambdaHandler
java.lang.Object
io.micronaut.function.aws.proxy.MicronautLambdaHandler
- All Implemented Interfaces:
- com.amazonaws.services.lambda.runtime.RequestHandler<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent,- com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent> 
@Deprecated(forRemoval=true,
            since="4.0.0")
public class MicronautLambdaHandler
extends Object
implements com.amazonaws.services.lambda.runtime.RequestHandler<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent,com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent> 
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.MicronautLambdaHandler(io.micronaut.context.ApplicationContext applicationContext) Deprecated, for removal: This API element is subject to removal in a future version.MicronautLambdaHandler(io.micronaut.context.ApplicationContextBuilder applicationContextBuilder) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptioncom.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEventhandleRequest(com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent input, com.amazonaws.services.lambda.runtime.Context context) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor Details- 
MicronautLambdaHandlerpublic MicronautLambdaHandler()Deprecated, for removal: This API element is subject to removal in a future version.
- 
MicronautLambdaHandlerpublic MicronautLambdaHandler(io.micronaut.context.ApplicationContextBuilder applicationContextBuilder) Deprecated, for removal: This API element is subject to removal in a future version.
- 
MicronautLambdaHandlerpublic MicronautLambdaHandler(io.micronaut.context.ApplicationContext applicationContext) Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
handleRequestpublic com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent handleRequest(com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent input, com.amazonaws.services.lambda.runtime.Context context) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- handleRequestin interface- com.amazonaws.services.lambda.runtime.RequestHandler<com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent,- com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent> 
 
 
- 
ApiGatewayProxyRequestEventFunction,APIGatewayV2HTTPEventFunctionorApplicationLoadBalancerFunctioninstead.