lambda.exceptions

Define the Lambda specific exceptions.

LambdaException

LambdaException(self, /, *args, **kwargs)

Define the generic AWS Lambda exception.

InvalidPayload

InvalidPayload(self, /, *args, **kwargs)

Define the exception to be raised when an invalid payload is encountered.

ImproperlyConfigured

ImproperlyConfigured(self, /, *args, **kwargs)

Define the exception to be raised if the environment is improperly configured or missing.