You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Issue # (if applicable)
Closes#29184
### Reason for this change
As described in the issue, the example in the README can't be deployed.
### Description of changes
Bump from `default.aurora-postgresql10` to `default.aurora-postgresql11`
### Description of how you validated changes
No.
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
### Issue # (if applicable)
Closes#29184
### Reason for this change
As described in the issue, the example in the README can't be deployed.
### Description of changes
Bump from `default.aurora-postgresql10` to `default.aurora-postgresql11`
### Description of how you validated changes
No.
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the bug
aws-cdk/packages/aws-cdk-lib/aws-backup/README.md
Line 42 in c17879d
default.aurora-postgresql10
does not exist anymore and should be replaced with available version.Expected Behavior
working sample in the README
Current Behavior
the sample in the README does not deploy as
default.aurora-postgresql10
is not available3:12:56 PM | CREATE_FAILED | AWS::RDS::DBCluster | ClusterEB0386A7
Resource handler returned message: "DBClusterParameterGroup not found: default.aurora-postgresql10 (Service: Rds, Status Code: 404, Request ID: 68467519-0
a17-4994-ad65-f89eae9737b3)" (RequestToken: 71f14909-79e9-3fef-b267-78da4aa684f6, HandlerErrorCode: NotFound)
Reproduction Steps
Possible Solution
replace with other version
Additional Information/Context
CDK CLI Version
2.126.0
Framework Version
No response
Node.js Version
v18.16.0
OS
mac
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: