Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit a11a165

Browse files
committed
fix error: You currently can't modify EndpointPort with Aurora Serverless.
1 parent 5ad95b6 commit a11a165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscdk/awscdk/rds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __init__(
6868
"engine_mode": "serverless",
6969
"engine": "aurora-postgresql",
7070
"engine_version": "10.7",
71-
"port": 5432,
71+
# "port": 5432,
7272
"enable_http_endpoint": True,
7373
"master_username": self.db_secret.secret_value_from_json(
7474
"username"

0 commit comments

Comments
 (0)