UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

5 lines (4 loc) 117 B
import { SNSEvent } from 'aws-lambda'; export interface SnsHandlerFunction { (event: SNSEvent): Promise<void>; }