@stratusgrid/cdk-parallel
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

CDK Parallel for Typescript/Javascript

NPM version Youtube channel views

A Javascript based library that enables AWS CDK to deploy stacks in parallel.

Table of Contents

Getting Started

In Node.js

The preferred way to install the StratusGrid CDK Parallelization library for Node.js is to use the npm package manager for Node.js. Simply type the following into a terminal window:

npm install @stratusgrid/cdk-parallel

Usage

In Typescript

It is suggested you create a typescript file in the root of your CDK app. Then you can run the file with this code:

import {DeploymentExecutor, DeploymentType} from '@stratusgrid/cdk-parallel';

(async function () {
    const executor = new DeploymentExecutor(DeploymentType.DEPLOY, __dirname, {
        PATH: process.env.PATH
    });
    await executor.run();
}());

Credits

Readme

Keywords

none

Package Sidebar

Install

npm i @stratusgrid/cdk-parallel

Weekly Downloads

2

Version

2.0.4

License

MIT

Unpacked Size

52.6 kB

Total Files

23

Last publish

Collaborators

  • makistupa
  • ivancasco-sg
  • gus-buonv
  • sg.cschuette
  • stratuschris