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.
+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.
Hello,
Currently, when deploying a stack with this Keycloak construct, I get this error:
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 viapatch-package
, and if I find a fix that works, can open a PR.