-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supress service types in overview section #125
Comments
@JohannesKonings This is very complicated to achieve with the current code. We had the same issue with functions. This can be resolved on AWS CDK level to void diffs for lambdas. Could you share the example cdk code that would produce such logs? |
see also aws/aws-cdk#8285 |
I just have in mind right now adding a |
@JohannesKonings I have found a solution that might work you. please test if #149 works for your use case. I have noticed there are non-hexadecimal values in your docker tag hash. I assume this was a mistake? |
@karlderkaefer thanks, that helps. aws/aws-cdk#679 For now, I'm happy :) |
🎉 This issue has been resolved in version 2.11.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sometimes the changed types are known before and it's not necessary to be made aware of this changes. Therefore it would be helpful to suppress these types. Maybe if the overview parameter looks like this:
--show-overview supress=AWS::ECS::TaskDefinition
cdk diff for stacks
Number of stacks with differences: 1
Click to expand
The text was updated successfully, but these errors were encountered: