UNPKG

cdk-insights

Version:

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

3 lines (2 loc) 212 B
import type { CloudFormationResource, Issue } from '../../types/analysis.types'; export declare const generatePrompt: (resourceId: string, resource: CloudFormationResource, existingFindings?: Issue[]) => string;