Skip to content

Commit

Permalink
fix(rds): unable to create cluster with per-instance parameters (unde…
Browse files Browse the repository at this point in the history
…r feature flag) (#27040)

This PR fixes that DatabaseCluster cannot create multiple readers with each parameters.

Closes #27035.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
go-to-k committed Sep 22, 2023
1 parent 54537c5 commit 1be9894
Show file tree
Hide file tree
Showing 13 changed files with 1,310 additions and 344 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "34.0.0",
"files": {
"6ef7bb16723c1bb9cf7146bc933297a5225c070c914722f051953fcd6623a3f3": {
"source": {
"path": "aws-cdk-rds-integ-with-feature-flag.template.json",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "6ef7bb16723c1bb9cf7146bc933297a5225c070c914722f051953fcd6623a3f3.json",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
}
},
"dockerImages": {}
}
Loading

0 comments on commit 1be9894

Please sign in to comment.