-
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
rds: scalability is spelled wrong #32415
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
good first issue
Related to contributions. See CONTRIBUTING.md
p2
Comments
mbonig
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Dec 7, 2024
github-actions
bot
added
the
@aws-cdk/aws-rds
Related to Amazon Relational Database
label
Dec 7, 2024
Err...Yes we should get it fixed. |
pahud
added
p2
effort/small
Small work item – less than a day of effort
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Dec 9, 2024
@badmintoncryer |
This was referenced Jan 1, 2025
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
good first issue
Related to contributions. See CONTRIBUTING.md
p2
Describe the bug
In this recent PR:
https://github.com/aws/aws-cdk/pull/32151/files#diff-49b4a9e1bf0b7db3ab71f4f08580da0cb2191d84605dc82a70c324bd122d5cf7
this introduced a new
clusterScailabilityType
property which is spelled wrong and will cause confusionRegression Issue
Last Known Working CDK Version
No response
Expected Behavior
I expected things to be spelled correctly.
Current Behavior
There is a typo,
clusterScailabilityType
should beclusterScalabilityType
Reproduction Steps
None, it's a typo
Possible Solution
replace all
Scailability
withScalability
Additional Information/Context
No response
CDK CLI Version
Framework Version
No response
Node.js Version
OS
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: