UNPKG

@aws-cdk/core

Version:

AWS Cloud Development Kit Core Library

9 lines (8 loc) 212 B
/** * Parses the value of "Value" and reflects it back as attribute. */ export declare function handler(event: AWSLambda.CloudFormationCustomResourceEvent): Promise<{ Data: { Value: any; }; }>;