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

feat(rds): add engineVersion to DatabaseCluster #2698

Merged
merged 2 commits into from
Jun 3, 2019

Commits on May 31, 2019

  1. feat(rds): add engineVersion to DatabaseCluster

    Without this change, CDK's RDS DatabaseCluster is not very useful
    because you can only deploy the default versions
    of the given database engine.
    
    This change adds an optional prop `engineVersion`
    
    fixes aws#2212
    Joe Hillenbrand committed May 31, 2019
    Configuration menu
    Copy the full SHA
    a047963 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5c45c5 View commit details
    Browse the repository at this point in the history