Standardize feature flag names #12576
Closed
efenderbosch
started this conversation in
General
Replies: 1 comment
-
I've opened an issue for this, #27058 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is easy to understand what the
aws-cdk:enableDiffNoFail
feature flag does.However, feature flag names like
aws-cdk/secretsmanager:parseOwnedSecretName
are unclear. I don't know by reading the flag name if if enabling the flag will include or exclude the suffix. A better name for this flag might beaws-cdk/secretsmanager:excludeSecretNameSuffix
.Beta Was this translation helpful? Give feedback.
All reactions