UNPKG

@sls-next/lambda-at-edge

Version:

Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge

4 lines (3 loc) 200 B
import { CloudFrontHeaders } from "aws-lambda"; export declare function isBlacklistedHeader(name: string): boolean; export declare function removeBlacklistedHeaders(headers: CloudFrontHeaders): void;