-
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
neptune: refactor DatabaseCluster to use DatabaseInstance instead of CfnDBInstance #21972
Comments
Hi @humanzz! Looks like two issues at play here:
|
There's indeed nothing wrong with it. I just found it a bit odd that the In #20248, I was suggesting additional monitoring utilities e.g. This indeed would be a breaking change - I gave it a try - and it led to instance logical ids changing. However, I'm wondering if now would be the best time to do that given neptune's constructs are still alpha |
Hi @humanzz! I notice you have a few related issues around the While I don't have bandwidth to give your PR a review just yet, hopefully the correct priority labels being added on is a consolation prize :). |
|
Describe the feature
DatabaseCluster
L2 construct uses the L1CfnDBInstance
as can be seen here despite there being an L2DatabaseInstance
construct.DatabaseCluster
should useDatabaseInstance
andDatabaseInstance
might in fact be missing some props that should also be addedUse Case
N/A
Proposed Solution
N/A
Other Information
No response
Acknowledgements
CDK version used
2.41.0
Environment details (OS name and version, etc.)
macOS
The text was updated successfully, but these errors were encountered: