Abstract
Initialize a new GenericController helper object.
the event that invoked the AWS lambda function
Protected
doneDefault ending function for the Lambda.
Optional
res: anyGet the current log level for the current Lambda function's logger
.
Note: "FATAL" means that no log will be printed.
Protected
handleRemap an error to manage the logging and make sure no unhandled error is returned to the requester.
The main function (to override), that handles the request and must terminate invoking the method done
.
Set the log level for the current Lambda function's logger
.
Raise the log level of the current Lambda function's logger
to "FATAL", hence avoiding printing any log.
An abstract class to inherit to manage some resources with an AWS Lambda function.