UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

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