UNPKG

@scloud/lambda-local

Version:

Run typical Lambda handlers locally.

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