cdk-insights
Version:
AWS CDK security and cost analysis tool with AI-powered insights
7 lines (6 loc) • 467 B
TypeScript
import type { CloudFormationResource, CloudFormationStack, IssueGroup } from '../../types/analysis.types';
export declare const enrichRecommendations: (originalMap: Record<string, IssueGroup>, pathToLogicalId: Record<string, string>, unifiedResourceMap: Record<string, CloudFormationResource>, stack: CloudFormationStack, resourceIdMetadata: Record<string, {
githubUrl?: string;
docUrl?: string;
constructName?: string;
}>) => Record<string, IssueGroup>;