Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cdk-dia

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdk-dia

🎡 Automated diagrams of CDK provisioned infrastructure

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6K
decreased by-15.67%
Maintainers
1
Weekly downloads
 
Created
Source

CDK-Dia - Automated diagrams for CDK stacks

🎡 Automated diagrams of CDK provisioned infrastructure.

Cdk-dia diagrams your CDK application using the Grpahviz dot lanuguage.

Getting started

Add cdk-dia to your project, install Graphviz and you are done

Install Graphviz

Installing Graphviz is well documented. make sure Graphviz's dot binary is available in your PATH.

  • I simply use brew install graphviz
Add Cdk-Dia and create a diagram
    npm install cdk-dia
    cdk synth
    npx cdk-dia

Samples

CLI arguments

npx cdk-dia --help - Get possible arguments

FAQs

Package last updated on 06 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc