-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Comments
@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. |
I haven't tried escape hatch, but I was able to deploy CFn with the integ test, so I guess it meets the requirements? |
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
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
CDK version used
2.162.1
Environment details (OS name and version, etc.)
Mac
The text was updated successfully, but these errors were encountered: