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: support for local write forwarding for an Aurora PostgreSQL cluster #31802

Closed
1 of 2 tasks
go-to-k opened this issue Oct 18, 2024 · 4 comments · Fixed by #31803
Closed
1 of 2 tasks

rds: support for local write forwarding for an Aurora PostgreSQL cluster #31802

go-to-k opened this issue Oct 18, 2024 · 4 comments · Fixed by #31803
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

@go-to-k
Copy link
Contributor

go-to-k commented Oct 18, 2024

Describe the feature

Amazon Aurora PostgreSQL now supports local write forwarding:

Whats new: https://aws.amazon.com/about-aws/whats-new/2024/10/amazon-aurora-postgresql-local-write-forwarding/

Reference: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-postgresql-write-forwarding.html

Use Case

The current CDK L2 construct only supports the feature for MySQL, but PostgreSQL needs to be supported as well.

Proposed Solution

No response

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.162.1

Environment details (OS name and version, etc.)

Mac

@go-to-k go-to-k added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 18, 2024
@github-actions github-actions bot added the @aws-cdk/aws-rds Related to Amazon Relational Database label Oct 18, 2024
@ashishdhingra ashishdhingra self-assigned this Oct 18, 2024
@ashishdhingra ashishdhingra added p2 investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels Oct 18, 2024
@ashishdhingra
Copy link
Contributor

@go-to-k Unsure if CloudFormation yet supports this for Aurora PostgreSQL since it takes time for CF to support it. Please check if using escape hatch works for Aurora PostgreSQL and CF doesn't throw any error.

@ashishdhingra ashishdhingra removed their assignment Oct 18, 2024
@ashishdhingra ashishdhingra added effort/small Small work item – less than a day of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Oct 18, 2024
@go-to-k
Copy link
Contributor Author

go-to-k commented Oct 18, 2024

@ashishdhingra

I haven't tried escape hatch, but I was able to deploy CFn with the integ test, so I guess it meets the requirements?

@mergify mergify bot closed this as completed in #31803 Oct 19, 2024
@mergify mergify bot closed this as completed in a32436a Oct 19, 2024
Copy link

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

1 similar comment
Copy link

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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