Represents an AWS Lambda event handler function.
The type of the response returned by the handler.
The raw event received by the AWS Lambda function.
The AWS Lambda execution context.
A promise resolving to the response of type RawResponseType.
RawResponseType
Represents an AWS Lambda event handler function.