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

aws_cdk.aws_rds.CfnIntegration: L2 construct including additional steps #33052

Open
2 tasks
DennisAntonikXL2 opened this issue Jan 22, 2025 · 1 comment
Open
2 tasks
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2

Comments

@DennisAntonikXL2
Copy link

DennisAntonikXL2 commented Jan 22, 2025

Describe the feature

Currently, the aws_cdk.aws_rds.CfnIntegration resource can set up a Zero-ETL integration, but there are additional, manual steps required. Those steps are:

  • Set an authorized principal
  • Set an authorized integration source
  • Create the target database that will receive the synchronized data

To address this, I propose adding an L2 construct that handles those steps together with the Zero-ETL integration itself.

Use Case

At the moment we have to set the authorized principal, authorized integration source, then we setup the integration with aws_cdk.aws_rds.CfnIntegration and finally we have to create the target database.
This could be simplified with a new construct combining those steps. This would ensure simplified deployment, reduced complexity and lower risk of errors.

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

Environment details (OS name and version, etc.)

macOS Sequoia 15.2

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

pahud commented Jan 22, 2025

Making this a p2 FR. Please help us prioritize with 👍 .

@pahud pahud added p2 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Jan 22, 2025
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/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

No branches or pull requests

2 participants