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) 165 B
import { HttpError } from './http.error'; export declare class InternalServerError extends HttpError { constructor(message: string, lastError?: Error | null); }