Releases: shiftcode/cdk-synth-and-diff-action
Releases · shiftcode/cdk-synth-and-diff-action
v1.0.0
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-cdkmust be installed -
Install the
@shiftcode/iac-utilitiespackage (version >=1.0.0) in the root of your repository. This package provides
thestage-override-to-pr-baseandaws-env-varscommands 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.