Abstract
An abstract class to inherit to manage AWS DDB streams in an AWS Lambda function.
Protected
Default callback for the Lambda.
Optional
Get the current log level for the current Lambda function's logger. Note: "FATAL" means that no log will be printed.
logger
Remap 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.
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.