2.0.4 • Published 3 years ago

@stratusgrid/cdk-parallel v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

2.0.4

3 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.2.3

4 years ago

1.2.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.0-beta-1

4 years ago

1.0.0

4 years ago

0.1.0-beta.12

4 years ago

0.1.0-beta.11

4 years ago

0.1.0-beta.9

4 years ago

0.1.0-beta.2

4 years ago

0.1.0-beta.5

4 years ago

0.1.0-beta.4

4 years ago

0.1.0-beta.7

4 years ago

0.1.0-beta.6

4 years ago

0.1.0-beta.8

4 years ago

0.1.0-beta.0

4 years ago