@@ -10,7 +10,7 @@ Globals:
10
10
Function :
11
11
Timeout : 30
12
12
Architectures :
13
- - arm64
13
+ - x86_64
14
14
15
15
Parameters :
16
16
iECRStreamlitPort :
@@ -93,7 +93,7 @@ Resources:
93
93
TableName : !Ref UnicornInventoryTable
94
94
CodeUri : src/Checkout/
95
95
Handler : app.lambda_handler
96
- Runtime : python3.11
96
+ Runtime : python3.12
97
97
Environment :
98
98
Variables :
99
99
DYNAMODB_TABLE_NAME :
@@ -115,7 +115,7 @@ Resources:
115
115
TableName : !Ref UnicornInventoryTable
116
116
CodeUri : src/GetInventory/
117
117
Handler : app.lambda_handler
118
- Runtime : python3.11
118
+ Runtime : python3.12
119
119
Environment :
120
120
Variables :
121
121
DYNAMODB_TABLE_NAME :
@@ -146,7 +146,7 @@ Resources:
146
146
TableName : !Ref UnicornInventoryTable
147
147
CodeUri : src/GetLocations/
148
148
Handler : app.lambda_handler
149
- Runtime : python3.11
149
+ Runtime : python3.12
150
150
Environment :
151
151
Variables :
152
152
DYNAMODB_TABLE_NAME :
@@ -170,7 +170,7 @@ Resources:
170
170
BucketName : !Sub "unicorn-inv-${AWS::StackName}-${AWS::AccountId}"
171
171
CodeUri : src/GetSignedUrlForInventoryFilePost/
172
172
Handler : app.lambda_handler
173
- Runtime : python3.11
173
+ Runtime : python3.12
174
174
Environment :
175
175
Variables :
176
176
S3_BUCKET_NAME : !Sub "unicorn-inv-${AWS::StackName}-${AWS::AccountId}"
@@ -187,7 +187,7 @@ Resources:
187
187
Tracing : Active
188
188
CodeUri : src/FileValidator/
189
189
Handler : app.lambda_handler
190
- Runtime : python3.11
190
+ Runtime : python3.12
191
191
Policies :
192
192
- AWSXrayWriteOnlyAccess
193
193
- S3ReadPolicy :
@@ -199,7 +199,7 @@ Resources:
199
199
Tracing : Active
200
200
CodeUri : src/CreateLocations/
201
201
Handler : app.lambda_handler
202
- Runtime : python3.11
202
+ Runtime : python3.12
203
203
Environment :
204
204
Variables :
205
205
DYNAMODB_TABLE_NAME :
0 commit comments