Socket
Socket
Sign inDemoInstall

cloud-iac

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloud-iac

Cloud Construct Package + Utilities


Version published
Weekly downloads
398
decreased by-53.01%
Maintainers
1
Weekly downloads
 
Created
Source

cloud-iac Infrastructure as "Constructs"

"Construct" is a general term that you can use to describe parts of your CDK (Cloud Development Kit) project because every element is a descendent of the Construct base class. The entire application, each stack, and each resource are all constructs.

cloud-iac aims to define a set of custom constructs in efforts towards security, re-usability, and overall cloud-provider defined best-practices.

Additionally, custom constructs abstract configuration; rather than learning new interfaces (classes), abstraction eases the ability to create a deployable.

Usage

Default

npx --yes cloud-iac@latest

Interactive

npx --yes cloud-iac@latest --interactive

Debug

npx --yes cloud-iac@latest --debug

All CLI Flags

npx --yes cloud-iac@latest --interactive --debug

Default IaC Directory

Simply, update the package.json's config setting:

{
    "name": "example",
    ...
    "config": {
        "iac": "[Default-IaC-Directory]"
    }
}

The output directory defaults to ci;

FAQs

Package last updated on 25 Feb 2022

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