cdk-insights
Version:
AWS CDK security and cost analysis tool with AI-powered insights
4 lines (3 loc) • 493 B
TypeScript
import type { AnalysisSummary, IssueGroup } from '../../types/analysis.types';
export declare const generateMarkdownSummary: (stackName: string, recommendations: Record<string, IssueGroup>, summary: AnalysisSummary, gistUrl?: string) => string;
export declare const generateMarkdownReport: (stackName: string, recommendations: Record<string, IssueGroup>, summary: AnalysisSummary, includeLinks?: boolean, assetSourcePaths?: Record<string, string>, includeTableOfContents?: boolean) => string;