UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

6 lines (5 loc) 212 B
export declare const BackgroundProcessHandling: { Queued: string; Immediate: string; }; export type BackgroundProcessHandling = (typeof BackgroundProcessHandling)[keyof typeof BackgroundProcessHandling];