🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@swymbase/cdk-image-builder

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swymbase/cdk-image-builder

A construct for creating pipelines to build custom machine images.

0.0.12
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 30 Jun 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