UNPKG

cdk-insights

Version:

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

3 lines (2 loc) 211 B
import type { Issue, Manifest } from '../../../types/analysis.types'; export declare const parseNagFindingsFromManifest: (manifest: Manifest, pathToLogicalId: Record<string, string>) => Record<string, Issue[]>;