Socket
Socket
Sign inDemoInstall

@swymbase/cdk-image-builder

Package Overview
Dependencies
25
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 30 Jun 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc