cdk-insights
Version:
AWS CDK security and cost analysis tool with AI-powered insights
6 lines (5 loc) • 311 B
TypeScript
import type { AnalysisSummary, IssueGroup } from '../../types/analysis.types';
/**
* Writes a detailed JSON report matching the fields used in the Markdown report.
*/
export declare const writeAnalysisReport: (stackName: string, summary: AnalysisSummary, recommendations: Record<string, IssueGroup>) => void;