Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(rds): removed unreleased aurora postgres 16.3 cluster engine. (a…
…ws#30296) ### Issue #: Closes aws#30254. ### Reason for this change PR aws#30242 added Aurora Postgres version `16.3`, which is not yet released. ### Description of changes This PR removes the yet unreleased version of Aurora Postgres version `16.3` that was added in PR aws#30242. Running `aws rds describe-db-engine-versions --engine aurora-postgresql --query '*[].[EngineVersion]' --output text` via AWS CLI does not list `16.3` version yet. ### Description of how you validated changes N/A ### 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*
- Loading branch information