UNPKG

@scloud/lambda-local

Version:

Run typical Lambda handlers locally.

3 lines (2 loc) 181 B
import { Context, SQSBatchResponse, SQSEvent } from 'aws-lambda'; export declare function sqsLocal(handler: (event: SQSEvent, context: Context) => Promise<SQSBatchResponse>): void;