UNPKG

110 BTypeScriptView Raw
1import { AwsApiInput } from '../aws-api';
2export declare function handler(event: AwsApiInput): Promise<void>;