-
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
fix(rds): database proxies use ids as their resource names directly (under feature flag) #23703
fix(rds): database proxies use ids as their resource names directly (under feature flag) #23703
Conversation
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.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
I added the testcase in integ.proxy.ts to pass the CI, however, it fails when I run How can I pass the CI or make the snapshot successfully?
|
2db2337
to
ce422a7
Compare
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.
Thank you for your contribution! Just a couple comments on this:
- You'll need to update the integ test to use our
IntegTest
construct and then add
cdkCommandOptions: {
deploy: {
args: {
rollback: true,
},
},
},
After the test case. See this test for a good example.
- The title of a fix should describe the bug, not the fix you're implementing. Please update the title.
Once we have a working build, we'll provide a more meaningful review.
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
1 similar comment
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
✅ Updated pull request passes all PRLinter validations. Dissmissing previous PRLinter review.
…roxy-unique-resource-name
ec47433
to
d0d4c5c
Compare
Pull request has been modified.
Thanks for your nice advice, @TheRealAmazonKendra ! I added snapshots for integration tests and finally passed the CIs. I beg your reviews. |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
fixes #18578
All Submissions:
Adding new Construct Runtime Dependencies:
New Features
yarn integ
to deploy the infrastructure and generate the snapshot (i.e.yarn integ
without--dry-run
)?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license