UNPKG

@scloud/lambda-local

Version:

Run typical Lambda handlers locally.

3 lines (2 loc) 241 B
import { APIGatewayProxyEvent, APIGatewayProxyResult, Context } from 'aws-lambda'; export declare function webApiLocal(lambdaHandler: (event: APIGatewayProxyEvent, context: Context) => Promise<APIGatewayProxyResult>, debug?: boolean): void;