-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
fix(rds): remove Instance class #2081
Conversation
There was an instance class which was a placeholder, and didn't have any implementation. Remove to avoid confusing users. Also update the README to be very explicit that RDS is not well-supported.
packages/@aws-cdk/aws-rds/README.md
Outdated
@@ -2,6 +2,14 @@ | |||
|
|||
The `aws-cdk-rds` package contains Constructs for setting up RDS instances. | |||
|
|||
> Note: this package is currently quite limited, as the CDK team is focusing | |||
> on other use cases first. If your use case is not in the list below, there is | |||
> no use coming in to the channel to ask "how do I..." because it won't be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Passive aggressive?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting fed up with the same questions over and over again. But yes, this is probably not the best message to put there. Suggestions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 you can just point to the escape hatches topic and mention that this is not complete yet.
packages/@aws-cdk/aws-rds/README.md
Outdated
@@ -2,6 +2,14 @@ | |||
|
|||
The `aws-cdk-rds` package contains Constructs for setting up RDS instances. | |||
|
|||
> Note: this package is currently quite limited, as the CDK team is focusing | |||
> on other use cases first. If your use case is not in the list below, there is | |||
> no use coming in to the channel to ask "how do I..." because it won't be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 you can just point to the escape hatches topic and mention that this is not complete yet.
FYI I'm working on a PR to add DB instance support. |
There was an instance class which was a placeholder, and didn't have any
implementation. Remove to avoid confusing users.
Also update the README to be very explicit that RDS is not
well-supported.
Pull Request Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.