Skip to content

Conversation

naaa760
Copy link

@naaa760 naaa760 commented Oct 13, 2025

Closes #35720.

Reason for this change

AWS CDK lacked ability to set custom names for RDS option groups despite CloudFormation support.

Description of changes

  • Added optionGroupName?: string to OptionGroupProps
  • Updated constructor and CloudFormation resource to use custom name
  • Added test coverage and README documentation

Description of how you validated changes

  • Added unit test for custom name functionality
  • Verified backward compatibility

Checklist

  • Follows CDK contribution guidelines

@aws-cdk-automation aws-cdk-automation requested a review from a team October 13, 2025 22:10
@github-actions github-actions bot added beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2 labels Oct 13, 2025
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request linter fails with the following errors:

❌ Features must contain a change to an integration test file and the resulting snapshot.

If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK 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 this pull request may close these issues.

aws-rds: Add option group name parameter

2 participants