UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

5 lines (4 loc) 191 B
import { ExtendedAPIGatewayEvent } from '../../config/http/extended-api-gateway-event'; export interface DaemonGroupSelectionFunction { (evt: ExtendedAPIGatewayEvent): Promise<string>; }