NewLambdaEdgeBody
@h4ad/serverless-adapter > NewLambdaEdgeBody
(type) NewLambdaEdgeBody
Represents the body of the new version of Lambda @ edge, which uses the body
property inside request
as the body (library) of the request.
Signature:
export type NewLambdaEdgeBody = CloudFrontRequestEvent['Records'][number]['cf']['request']['body'];