UNPKG

cdk-insights

Version:

AWS CDK security and cost analysis tool with AI-powered insights

3 lines (2 loc) 139 B
import type { AnalysisConfig } from '../types/analysis.types'; export declare function runAnalysis(config: AnalysisConfig): Promise<void>;