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

fix(rds): do not allow aurora engines when using DatabaseInstance #5367

Merged
merged 6 commits into from
Dec 26, 2019

Commits on Dec 11, 2019

  1. fix(rds): do not allow aurora engines when using DatabaseInstance

    Aurora instances can only be created inside a cluster and should use the
    `DatabaseCluster` construct.
    
    Closes aws#5345
    jogold committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    409a958 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    2ff7e12 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Configuration menu
    Copy the full SHA
    dd00cf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c95c497 View commit details
    Browse the repository at this point in the history
  3. remove test on engine name

    jogold committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    9d4415e View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Configuration menu
    Copy the full SHA
    3d0bb7a View commit details
    Browse the repository at this point in the history