UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit 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; }; }>;