You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How would one go about disabling path metadata and other flags for the entire application/package?
I am trying to add it to be as part of the projen boilerplate, but running into some issues.
It looks like a context exists for these flags:
aws-cdk/packages/aws-cdk-lib/cx-api/lib/app.ts
Line 11 in 305dae0
And it is being checked here:
aws-cdk/packages/aws-cdk-lib/core/lib/cfn-resource.ts
Lines 98 to 100 in 305dae0
But the annoying part is that now we have a warning:
Which comes from here:
aws-cdk/packages/aws-cdk/lib/settings.ts
Line 370 in 305dae0
Can I have a 🍰 and eat it too?
Beta Was this translation helpful? Give feedback.
All reactions