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

[rds] Add more entries for AuroraMysqlEngineVersion #10476

Closed
2 tasks
pahud opened this issue Sep 22, 2020 · 0 comments · Fixed by #10477
Closed
2 tasks

[rds] Add more entries for AuroraMysqlEngineVersion #10476

pahud opened this issue Sep 22, 2020 · 0 comments · Fixed by #10477
Assignees
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.

Comments

@pahud
Copy link
Contributor

pahud commented Sep 22, 2020

Add more entries for AuroraMysqlEngineVersion:

public static readonly VER_2_08_0 = AuroraMysqlEngineVersion.builtIn_5_7('2.08.0');
/** Version "5.7.mysql_aurora.2.08.1". */
public static readonly VER_2_08_1 = AuroraMysqlEngineVersion.builtIn_5_7('2.08.1');

aws rds describe-db-engine-versions --engine aurora-mysql | jq -r '.DBEngineVersions[] | [.Engine, .EngineVersion]'
...
[
  "aurora-mysql",
  "5.7.mysql_aurora.2.08.1"
]
[
  "aurora-mysql",
  "5.7.mysql_aurora.2.08.2"
]
[
  "aurora-mysql",
  "5.7.mysql_aurora.2.09.0"
]

Use Case

Proposed Solution

Other

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@pahud pahud added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Sep 22, 2020
@github-actions github-actions bot added the @aws-cdk/aws-rds Related to Amazon Relational Database label Sep 22, 2020
@mergify mergify bot closed this as completed in #10477 Sep 22, 2020
mergify bot pushed a commit that referenced this issue Sep 22, 2020
chore(rds): add additional aurora mysql engine versions

Closes: #10476 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
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 feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants