Skip to content

Commit

Permalink
Merge pull request #284 from NASA-IMPACT/update_rds_version
Browse files Browse the repository at this point in the history
Update RDS version for successful Aurora serverless deployment.
  • Loading branch information
sharkinsspatial authored May 29, 2024
2 parents 3822770 + 3ae602e commit 513190a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/hlsconstructs/rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(
"RdsCluster",
engine="aurora-postgresql",
engine_mode="serverless",
engine_version="11.18",
engine_version="12.15",
database_name="hls",
db_subnet_group_name=self.subnet_group.ref,
enable_http_endpoint=True,
Expand Down

0 comments on commit 513190a

Please sign in to comment.