UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

7 lines (6 loc) 193 B
import { AuthResponseContext } from 'aws-lambda'; export interface ExtendedAuthResponseContext extends AuthResponseContext { userData: any; userDataJSON: string; srcData: string; }