UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

3 lines (2 loc) 120 B
import { Context } from 'aws-lambda'; export type LoggingTraceIdGenerator = (event?: any, context?: Context) => string;