UNPKG

cdk-nag

Version:

Check CDK v2 applications for best practices using a combination on available rule packs.

9 lines (8 loc) 339 B
import { CfnResource } from 'aws-cdk-lib'; import { NagRuleCompliance } from '../../nag-rules'; /** * Lambda Event Source Mappings must have a destination configured for failed invocations. * * @param node - The CfnResource to check */ export default function LambdaEventSourceMappingDestination(node: CfnResource): NagRuleCompliance;