UNPKG

150 BTypeScriptView Raw
1export declare function handler(event: AWSLambda.CloudFormationCustomResourceEvent): Promise<void | {
2 PhysicalResourceId: string | undefined;
3}>;