UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

9 lines (8 loc) 280 B
import { BackgroundProcessHandling } from './background-process-handling.js'; export interface BackgroundQueueResponseInternal { processHandling: BackgroundProcessHandling; startProcessorRequested: boolean; success: boolean; resultId: string; error: string; }