UNPKG

cdk-insights

Version:

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

4 lines (3 loc) 282 B
import type { CloudFormationStack, Issue } from '../../../types/analysis.types'; import type { ConstructMetadata } from './loadConstructMetadata'; export declare const detectSolutionsPatterns: (template: CloudFormationStack, registry: Record<string, ConstructMetadata>) => Issue[];