UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

2 lines (1 loc) 77 B
export type GenericAwsEventHandlerFunction<T> = (event: T) => Promise<void>;