UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

3 lines (2 loc) 185 B
import { ExtendedAPIGatewayEvent } from '../../config/http/extended-api-gateway-event.js'; export type DaemonGroupSelectionFunction = (evt: ExtendedAPIGatewayEvent) => Promise<string>;