Class ExampleLambdaHandler
java.lang.Object
com.kingsrook.qqq.lambda.QAbstractLambdaHandler
com.kingsrook.qqq.lambda.QBaseCustomLambdaHandler
com.kingsrook.qqq.lambda.examples.ExampleLambdaHandler
- All Implemented Interfaces:
com.amazonaws.services.lambda.runtime.RequestStreamHandler
-
Field Summary
Fields inherited from class com.kingsrook.qqq.lambda.QAbstractLambdaHandler
context, GENERIC_SERVER_ERROR, OK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected QLambdaResponsehandleJsonRequest(QLambdaRequest request, org.json.JSONObject bodyJsonObject) Meant to be overridden by subclasses, to provide functionality, if needed.Methods inherited from class com.kingsrook.qqq.lambda.QBaseCustomLambdaHandler
handleRequestMethods inherited from class com.kingsrook.qqq.lambda.QAbstractLambdaHandler
handleRequest, log, log, log, writeResponse
-
Constructor Details
-
ExampleLambdaHandler
public ExampleLambdaHandler()
-
-
Method Details
-
handleJsonRequest
protected QLambdaResponse handleJsonRequest(QLambdaRequest request, org.json.JSONObject bodyJsonObject) throws QException Description copied from class:QBaseCustomLambdaHandlerMeant to be overridden by subclasses, to provide functionality, if needed.- Overrides:
handleJsonRequestin classQBaseCustomLambdaHandler- Throws:
QException
-