aws-samples / cdk-keycloak

CDK construct library that allows you to create KeyCloak on AWS in TypeScript or Python
Apache License 2.0
89 stars 30 forks source link

Invalid Aurora version is hardcoded #194

Closed GrandPoohBear closed 1 year ago

GrandPoohBear commented 1 year ago

Hello,

Currently, when deploying a stack with this Keycloak construct, I get this error:

Cannot find version 5.7.mysql_aurora.2.09.1 for aurora-mysql 

Looks like 2.09.1 is no longer listed in the dropdown for creating a new Aurora instance (2.11.2 is the latest). Gonna try to tweak via patch-package, and if I find a fix that works, can open a PR.

094459 commented 1 year ago

+1 getting same error when I use this too. As a workaround I tried using the "aurora_serverless_v2=True" property, and it does seem to be deploying this time.