Skip to content

dastbe/rules_cdk

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jan 1, 2023
Dec 23, 2022
Dec 6, 2023
Jan 1, 2023
Jan 3, 2024
Dec 24, 2022
Dec 23, 2022
Dec 24, 2022
Dec 23, 2022
Dec 23, 2022
Dec 23, 2022
Nov 22, 2023
Dec 23, 2022
Jan 5, 2023
Jun 8, 2023
Jan 28, 2023
Dec 23, 2022
Dec 23, 2022
Jan 1, 2023
Aug 13, 2023
Jan 1, 2023
Nov 10, 2023

Repository files navigation

Bazel rules for CDK

This ruleset makes it straightforward to run CDK applications to generate Cloud assemblies and deploy them with built-in CDK targets.

Features:

  • Supports all CDK languages (Javascript, Java, Go, .NET)
  • diff, deploy, and destroy CDK applications all from within bazel

rules_cdk_example is sample application that shows how to set up a CDK application in bazel and deploy across multiple languages and application types.

Installation

From the release you wish to use: https://github.com/dastbe/cdk_rules/releases copy the WORKSPACE snippet into your WORKSPACE file.