From d4f7cab61024ae2e8559489f4af6b7e81b49bea8 Mon Sep 17 00:00:00 2001 From: sharkinsspatial Date: Wed, 29 May 2024 11:18:47 -0600 Subject: [PATCH] Attempt with another version based on available listed. --- stack/hlsconstructs/rds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/hlsconstructs/rds.py b/stack/hlsconstructs/rds.py index 28af6bb..b4e420e 100644 --- a/stack/hlsconstructs/rds.py +++ b/stack/hlsconstructs/rds.py @@ -59,7 +59,7 @@ def __init__( "RdsCluster", engine="aurora-postgresql", engine_mode="serverless", - engine_version="12.15", + engine_version="13.12", database_name="hls", db_subnet_group_name=self.subnet_group.ref, enable_http_endpoint=True,