cdk-insights
Version:
AWS CDK security and cost analysis tool with AI-powered insights
7 lines (6 loc) • 370 B
TypeScript
/**
* Finds and parses the correct assets.json file for a given stack or directory.
* If a stackName is provided, will look for <stackName>.assets.json first, then fallback to assets.json.
* Returns an array of user asset source paths (displayName or source.path).
*/
export declare function getUserAssetSourcePaths(assetsDir: string, stackName?: string): string[];