Skip to content
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

[rds] Add more entries for AuroraPostgresEngineVersionmodule(module name): (short issue description) #23810

Closed
2 tasks
danak95 opened this issue Jan 24, 2023 · 3 comments · Fixed by #29422
Closed
2 tasks
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2

Comments

@danak95
Copy link

danak95 commented Jan 24, 2023

Describe the feature

adding VER_11_7 to AuroraPostgresEngineVersion

Use Case

I have aurora postgres cluster version 11.17, I need to deploy it using aws cdk, though its missing this version

Proposed Solution

adding VER_11_7 to AuroraPostgresEngineVersion

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.27

Environment details (OS name and version, etc.)

ubuntu 20.04

@danak95 danak95 added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jan 24, 2023
@github-actions github-actions bot added the @aws-cdk/aws-rds Related to Amazon Relational Database label Jan 24, 2023
@pahud
Copy link
Contributor

pahud commented Jan 27, 2023

Thanks! You can just add an entry under here and submit a PR just like #20830.

public static readonly VER_11_16 = AuroraPostgresEngineVersion.of('11.16', '11', { s3Import: true, s3Export: true });

Is this something you want to pick up with?

@pahud pahud added p2 effort/small Small work item – less than a day of effort and removed needs-triage This issue or PR still needs to be triaged. labels Jan 27, 2023
@mergify mergify bot closed this as completed in #29422 Mar 11, 2024
@mergify mergify bot closed this as completed in bf33efd Mar 11, 2024
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

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.

1 similar comment
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants