UNPKG

serverless-offline-edge-lambda

Version:

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

3 lines (2 loc) 132 B
import { NextFunction } from 'express'; export declare function cloudfrontPost(): (req: any, res: any, next: NextFunction) => void;