UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

4 lines (3 loc) 86 B
export interface GenericAwsEventHandlerFunction<T> { (event: T): Promise<void>; }