UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

6 lines (5 loc) 226 B
import { GenericAwsEventHandlerFunction } from './generic-aws-event-handler-function'; import { SNSEvent } from 'aws-lambda'; export interface SnsConfig { handlers: Map<string, GenericAwsEventHandlerFunction<SNSEvent>>; }