-
- All Implemented Interfaces:
-
com.amazonaws.services.lambda.runtime.RequestHandler
public abstract class LambdaHandler<I extends Object, O extends Object> implements RequestHandler<I, O>
-
-
Constructor Summary
Constructors Constructor Description LambdaHandler(LambdaContext lambdaContext)
-
Method Summary
Modifier and Type Method Description OhandleRequest(I input, Context awsRuntimeContext)-
-
Constructor Detail
-
LambdaHandler
LambdaHandler(LambdaContext lambdaContext)
-
-
Method Detail
-
handleRequest
O handleRequest(I input, Context awsRuntimeContext)
-
-
-
-