cdk-validator-wiz
v0.0.4
Published
CDK Validator Plugin for [Wiz](https://www.wiz.io/)
Downloads
2
Readme
CDK Validator Wiz
CDK Validator Plugin for Wiz
The APIs of higher level constructs in this module are experimental and under active development. They are subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model and breaking changes will be announced in the release notes. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
Installing
TypeScript/JavaScript
npm install @cdklabs/cdk-validator-cfnguard
Go
go get github.com/corymhall/cdk-validator-wiz/cdkvalidatorwiz
Usage
To use this plugin in your CDK application add it to the CDK App.
import { App } from 'aws-cdk-lib';
import { WizValidator } from 'cdk-validator-wiz';
new App({
policyValidationBeta1: [
new WizValidator(),
],
});
For more usage information, see the API docs