UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

5 lines (4 loc) 220 B
import { InternalBackgroundEntry } from '../../background/internal-background-entry'; export interface BackgroundErrorProcessor { handleError(submission: InternalBackgroundEntry<any>, error: Error): Promise<void>; }