UNPKG

cdk-nag

Version:

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

7 lines (6 loc) 438 B
export { default as LambdaConcurrency } from './LambdaConcurrency'; export { default as LambdaDLQ } from './LambdaDLQ'; export { default as LambdaFunctionPublicAccessProhibited } from './LambdaFunctionPublicAccessProhibited'; export { default as LambdaFunctionUrlAuth } from './LambdaFunctionUrlAuth'; export { default as LambdaInsideVPC } from './LambdaInsideVPC'; export { default as LambdaLatestVersion } from './LambdaLatestVersion';