UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

5 lines (4 loc) 139 B
import { SnsHandlerFunction } from './sns-handler-function'; export interface SnsConfig { handlers: Map<string, SnsHandlerFunction>; }