UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

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