UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

5 lines (4 loc) 129 B
import { Context } from 'aws-lambda'; export interface LoggingTraceIdGenerator { (event?: any, context?: Context): string; }