Reference
AwsLambdaRequestHandler
Handles one AWS API Gateway HTTP API v2 event with a buffered response.
Signature
type AwsLambdaRequestHandler = (event: AwsLambdaHttpEventV2): Promise<AwsLambdaHttpResultV2>Reference
Handles one AWS API Gateway HTTP API v2 event with a buffered response.
type AwsLambdaRequestHandler = (event: AwsLambdaHttpEventV2): Promise<AwsLambdaHttpResultV2>