UNPKG

cdk-insights

Version:

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

3 lines (2 loc) 293 B
import type { AnalysisSummary, IssueGroup } from '../../types/analysis.types'; export declare const generateMarkdownReport: (stackName: string, recommendations: Record<string, IssueGroup>, summary: AnalysisSummary, includeLinks?: boolean, assetSourcePaths?: Record<string, string>) => string;