Skip to content

Releases: shiftcode/cdk-synth-and-diff-action

v1.0.0

18 Mar 08:50

Choose a tag to compare

Frist stable release which is properly tagged

GitHub Action to compare the Cloudformation templates between two branches.

Prerequisites

  • node@>=24 for github action runner

  • aws-cdk must be installed

  • Install the @shiftcode/iac-utilities package (version >=1.0.0) in the root of your repository. This package provides
    the stage-override-to-pr-base and aws-env-vars commands used by the action.

  • The Action assumes that the repository is configured to use AWS CDK in the provided iacDir. Ensure that the specified
    directory contains a valid AWS CDK project.