0.0.12 • Published 3 years ago

@swymbase/cdk-image-builder v0.0.12

Weekly downloads
-
License
BSD-3-Clause
Repository
gitlab
Last release
3 years ago

CDK — Image builder

This package defines a construct for creating pipelines to build custom machine images.

Usage

To use this construct, first import the package:

import * as core from "@aws-cdk/core";
import { ImageBuilderStack } from "@swymbase/cdk-image-builder";

function main() {
  const app = new core.App();
  // TODO: should initialize properly with stage, etc
  new ImageBuilderStack(app, "image-builder");
}

Roadmap

The cloud team has worked to add automatic OS updates to image pipelines. This package should be updated to incorporate that work.

Upgrade CDK