@swymbase/cdk-image-builder
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @swymbase/cdk-image-builder

Weekly Downloads

1

Version

0.0.12

License

BSD-3-Clause

Unpacked Size

132 kB

Total Files

51

Last publish

Collaborators

  • gcannizzaro