Skip to content

Commit 4b022ae

Browse files
committed
Switch to arm64 since SnapStart now supports ARM
1 parent 27c7946 commit 4b022ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.amazonaws</groupId>
4040
<artifactId>aws-lambda-java-events</artifactId>
41-
<version>3.11.6</version>
41+
<version>3.12.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.amazonaws.secretsmanager</groupId>

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: '15.5'
71+
EngineVersion: '15.6'
7272
DatabaseName: !Ref DBNAMEPARAM
7373
ManageMasterUserPassword: true
7474
MasterUsername: !Ref DBUSERPARAM

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Globals:
2222
DB_NAME: !Ref DBNAMEPARAM
2323
CodeUri: .
2424
Architectures:
25-
- x86_64
25+
- arm64 # SnapStart now supports arm
2626
Runtime: java21
2727
Timeout: 30
2828
MemorySize: 3009

0 commit comments

Comments
 (0)