-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(aws-applicationautoscaling): Typo in PredefinedMetric enum #17209
Comments
Hey @keepler-ivanmarques, I am not sure I am understanding correctly the issue here. The value seems to match the guidance of the related article. Could you specify what you think is wrong? (You listed the expected value as the same as the given value) |
Hi. Sorry, it's not the same value DYANMODB_WRITE_CAPACITY_UTILIZATION is not the same as DYNAMODB_WRITE_CAPACITY_UTILIZATION |
…TION` (#18085) Enum value `DYANMODB_WRITE_CAPACITY_UTILIZATION` in `PredefinedMetric` has a typo in `DYANMODB`. This PR deprecates this value and adds the new value `DYNAMODB_WRITE_CAPACITY_UTILIZATION`. I think we don't need to add a test case to this PR. Please add the label `pr-linter/exempt-test` if you agree. Fixes #17209. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
…TION` (aws#18085) Enum value `DYANMODB_WRITE_CAPACITY_UTILIZATION` in `PredefinedMetric` has a typo in `DYANMODB`. This PR deprecates this value and adds the new value `DYNAMODB_WRITE_CAPACITY_UTILIZATION`. I think we don't need to add a test case to this PR. Please add the label `pr-linter/exempt-test` if you agree. Fixes aws#17209. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
What is the problem?
DynamoDBWriteCapacityUtilization
value in PredefinedMetric enum is defined asDYANMODB_WRITE_CAPACITY_UTILIZATION
and it should beDYNAMODB_WRITE_CAPACITY_UTILIZATION
Reproduction Steps
Create any
TargetTrackingScalingPolicy
with predefined metricDynamoDBWriteCapacityUtilization
What did you expect to happen?
The enum property should be
DYNAMODB_WRITE_CAPACITY_UTILIZATION
What actually happened?
The enum property is
DYANMODB_WRITE_CAPACITY_UTILIZATION
CDK CLI Version
2.0.0-rc.26
Framework Version
2.0.0-rc26
Node.js Version
v16.13.0
OS
MacOS 11.6
Language
Python
Language Version
3.8.9
Other information
No response
The text was updated successfully, but these errors were encountered: