Skip to content

Commit

Permalink
Merge pull request #260 from NASA-IMPACT/mcp
Browse files Browse the repository at this point in the history
Bump Aurora Serverless to v11.18 (10.7 obsolete)
  • Loading branch information
chuckwondo authored Oct 27, 2023
2 parents 6bd9923 + 24b3503 commit 51a7fa4
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="10.7",
engine_version="11.18",
database_name="hls",
db_subnet_group_name=self.subnet_group.ref,
enable_http_endpoint=True,
Expand Down

0 comments on commit 51a7fa4

Please sign in to comment.