Skip to content

Commit 3c096e8

Browse files
committed
bump postgres DB version to 17.7
1 parent b7df516 commit 3c096e8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Resources:
6868
Properties:
6969
Engine: aurora-postgresql
7070
Port: 5432
71-
EngineVersion: '17.5'
71+
EngineVersion: '17.7'
7272
DatabaseName: !Ref DBNAMEPARAM
7373
ManageMasterUserPassword: true
7474
MasterUsername: !Ref DBUSERPARAM

template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ Globals:
2020
DB_MASTER_SECRET_ARN: !GetAtt RDSStack.Outputs.SecretArn
2121
DB_ENDPOINT: !GetAtt RDSStack.Outputs.Endpoint
2222
DB_NAME: !Ref DBNAMEPARAM
23+
JAVA_TOOL_OPTIONS: -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational
2324
CodeUri: .
2425
Architectures:
25-
- arm64 # SnapStart now supports arm
26+
- arm64
2627
Runtime: java25
2728
Timeout: 30
2829
MemorySize: 3009

0 commit comments

Comments
 (0)