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) 87 B
import { Context } from 'aws-lambda'; export declare function buildContext(): Context;