UNPKG

serverless-offline-edge-lambda

Version:

A plugin for the Serverless Framework that simulates the behavior of AWS CloudFront Edge Lambdas while developing offline.

5 lines (4 loc) 260 B
/// <reference types="node" /> import { CloudFrontHeaders } from 'aws-lambda'; import { IncomingHttpHeaders, OutgoingHttpHeaders } from 'http'; export declare function toCloudFrontHeaders(headers: IncomingHttpHeaders | OutgoingHttpHeaders): CloudFrontHeaders;