towardsthecloud/AWS CDK Diff PR Commenter
Post the output of `cdk diff` to a Pull Request comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| diff-file | Path to the CDK diff output file to post as comment in the Pull Request. | yes | — |
| token | The GitHub or PAT token to use for posting comments to Pull Requests. | — | ${{ github.token }} |
| header | Set a custom header to use for the Pull Request comment. | — | — |
| aws-region | The AWS region where the infrastructure changes are being applied e.g. us-east-1. | — | — |
Outputs
| name | description |
|---|---|
| markdown | The raw markdown output of the `cdk diff` command |
| empty | Whether the `cdk diff` contains any changes or not |