File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >com.amazonaws</groupId >
40
40
<artifactId >aws-lambda-java-events</artifactId >
41
- <version >3.11.6 </version >
41
+ <version >3.12.0 </version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >com.amazonaws.secretsmanager</groupId >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Resources:
68
68
Properties :
69
69
Engine : aurora-postgresql
70
70
Port : 5432
71
- EngineVersion : ' 15.5 '
71
+ EngineVersion : ' 15.6 '
72
72
DatabaseName : !Ref DBNAMEPARAM
73
73
ManageMasterUserPassword : true
74
74
MasterUsername : !Ref DBUSERPARAM
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Globals:
22
22
DB_NAME : !Ref DBNAMEPARAM
23
23
CodeUri : .
24
24
Architectures :
25
- - x86_64
25
+ - arm64 # SnapStart now supports arm
26
26
Runtime : java21
27
27
Timeout : 30
28
28
MemorySize : 3009
You can’t perform that action at this time.
0 commit comments