UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

5 lines (4 loc) 136 B
import { ScheduledEvent } from 'aws-lambda'; export interface CronDirectHandlerFunction { (event: ScheduledEvent): Promise<void>; }