-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(aws-rds): props validation for new DB cluster should include all validation errors at once #32840
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Describe the feature
The user will be notified of all props validation issues when attempting to initialize an RDS DB Cluster instance. The current implementation fails on the first validation error, making it possible for the user to encounter another failure after fixing known validation issues.
Use Case
It will be frustrating for users when they have multiple props validation issues, but have to fix them one at a time.
Proposed Solution
Instead of failing fast at the first validation error, complete the validation checks and present the user with all problems that need to be fixed.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.174.1 (build f353fc7)
Environment details (OS name and version, etc.)
MacOS Sequoia 15.2 (24C101)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2