Skip to main content

OldLambdaEdgeBody

@h4ad/serverless-adapter > OldLambdaEdgeBody

(type) OldLambdaEdgeBody

Represents the body of the old version of Lambda @ edge supported by @ vendia/serverless-express which returns the data property within body for the body (library) of the request.

Signature:

export type OldLambdaEdgeBody = Concrete<CloudFrontRequestEvent['Records'][number]['cf']['request']>['body']['data'];

References: Concrete