cdk-bar


License
Apache-2.0
Install
pip install cdk-bar==0.1.22

Documentation

NPM version PyPI version Release

cdk-bar

A demo construct library created with Projen :-)

sample

const app = new cdk.App();

const stack = new cdk.Stack(app, 'my-demo-stack');

new Bar(stack, 'MyBar');