AbstractProtecteddoneDefault ending function for the Lambda.
Optionalres: anyGet the current log level for the current Lambda function's logger.
Note: "FATAL" means that no log will be printed.
ProtectedhandleRemap an error to manage the logging and make sure no unhandled error is returned to the requester.
Protected AbstracthandleThe 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 AWS DDB streams in an AWS Lambda function.