We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7df516 commit 3c096e8Copy full SHA for 3c096e8
postgres.yaml
@@ -68,7 +68,7 @@ Resources:
68
Properties:
69
Engine: aurora-postgresql
70
Port: 5432
71
- EngineVersion: '17.5'
+ EngineVersion: '17.7'
72
DatabaseName: !Ref DBNAMEPARAM
73
ManageMasterUserPassword: true
74
MasterUsername: !Ref DBUSERPARAM
template.yaml
@@ -20,9 +20,10 @@ Globals:
20
DB_MASTER_SECRET_ARN: !GetAtt RDSStack.Outputs.SecretArn
21
DB_ENDPOINT: !GetAtt RDSStack.Outputs.Endpoint
22
DB_NAME: !Ref DBNAMEPARAM
23
+ JAVA_TOOL_OPTIONS: -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational
24
CodeUri: .
25
Architectures:
- - arm64 # SnapStart now supports arm
26
+ - arm64
27
Runtime: java25
28
Timeout: 30
29
MemorySize: 3009
0 commit comments