UNPKG

cdk-insights

Version:

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

3 lines (2 loc) 192 B
import type { IssueGroup } from '../../../../types/analysis.types'; export declare const generateGithubIssueBody: (stackName: string, recommendationMap: Record<string, IssueGroup>) => string;