cdk-diff-action
cdk-diff-action copied to clipboard
GitHub action to post CDK diff to PR comments
When the stack diff is larger then some sort of value, library throws an exception: Notice: cdk-diff-action v2-beta is now available! Please consider using it and provide feedback. Error commenting...
When having environment-agnostic stacks and hence using only CDK's DefaultStage, currently there is no way to have multiple diffs in the same workflow: ``` jobs: dev: name: CDK diff DEV...
from @rantoniuk in https://github.com/corymhall/cdk-diff-action/pull/85#issuecomment-2851048105 > What would you think about having a single summary comment that has info on what stages/stacks were processed? It could just be a single comment...
This issue is for tracking enhancements people might want to the format of the diff comment.
Having a bit of trouble getting this action to work. Using the following configuration: ```yml - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v2 with: aws-region: ${{ vars.AWS_REGION }} role-to-assume: ${{ secrets.ROLE_TO_ASSUME...
This is basically the inverse of the current `noDiffForStages` and `noFailOnDestructiveChanges`. But that's probably just one solution to my actual use case: - I have a large app with many...
#32 is fixed and works great, however we are still getting the following error for one of the stacks. Reporting this for completeness. FWIW I think we are getting this...
For applications with a large number of stacks, the commenting for unchanged stacks is a noticeable detractor.
Will it be possible to post to the PR description instead of commenting on the PR? This will reduce noise, because GitHub notifies for every comment created on a PR....