@@ -135,7 +135,7 @@ Resources:
135
135
Properties :
136
136
CodeUri : ../../Resources/
137
137
Handler : shared_service_authorizer.lambda_handler
138
- Runtime : python3.8
138
+ Runtime : python3.9
139
139
Role : !GetAtt AuthorizerExecutionRole.Arn
140
140
MemorySize : 256
141
141
Tracing : Active
@@ -153,7 +153,7 @@ Resources:
153
153
Properties :
154
154
CodeUri : ../../Resources/
155
155
Handler : tenant_authorizer.lambda_handler
156
- Runtime : python3.8
156
+ Runtime : python3.9
157
157
Role : !GetAtt AuthorizerExecutionRole.Arn
158
158
MemorySize : 256
159
159
Tracing : Active
@@ -246,7 +246,7 @@ Resources:
246
246
Properties :
247
247
CodeUri : ../../TenantManagementService/
248
248
Handler : user-management.create_tenant_admin_user
249
- Runtime : python3.8
249
+ Runtime : python3.9
250
250
Role : !GetAtt CreateUserLambdaExecutionRole.Arn
251
251
Tracing : Active
252
252
Layers :
@@ -289,7 +289,7 @@ Resources:
289
289
Properties :
290
290
CodeUri : ../../TenantManagementService/
291
291
Handler : user-management.create_user
292
- Runtime : python3.8
292
+ Runtime : python3.9
293
293
Role : !GetAtt CreateUserLambdaExecutionRole.Arn
294
294
Tracing : Active
295
295
Layers :
@@ -328,7 +328,7 @@ Resources:
328
328
Properties :
329
329
CodeUri : ../../TenantManagementService/
330
330
Handler : user-management.update_user
331
- Runtime : python3.8
331
+ Runtime : python3.9
332
332
Role : !GetAtt TenantUserPoolLambdaExecutionRole.Arn
333
333
Tracing : Active
334
334
Layers :
@@ -367,7 +367,7 @@ Resources:
367
367
Properties :
368
368
CodeUri : ../../TenantManagementService/
369
369
Handler : user-management.disable_user
370
- Runtime : python3.8
370
+ Runtime : python3.9
371
371
Role : !GetAtt TenantUserPoolLambdaExecutionRole.Arn
372
372
Tracing : Active
373
373
Layers :
@@ -405,7 +405,7 @@ Resources:
405
405
Properties :
406
406
CodeUri : ../../TenantManagementService/
407
407
Handler : user-management.disable_users_by_tenant
408
- Runtime : python3.8
408
+ Runtime : python3.9
409
409
Role : !GetAtt TenantUserPoolLambdaExecutionRole.Arn
410
410
Tracing : Active
411
411
Layers :
@@ -443,7 +443,7 @@ Resources:
443
443
Properties :
444
444
CodeUri : ../../TenantManagementService/
445
445
Handler : user-management.enable_users_by_tenant
446
- Runtime : python3.8
446
+ Runtime : python3.9
447
447
Role : !GetAtt TenantUserPoolLambdaExecutionRole.Arn
448
448
Tracing : Active
449
449
Layers :
@@ -481,7 +481,7 @@ Resources:
481
481
Properties :
482
482
CodeUri : ../../TenantManagementService/
483
483
Handler : user-management.get_user
484
- Runtime : python3.8
484
+ Runtime : python3.9
485
485
Role : !GetAtt TenantUserPoolLambdaExecutionRole.Arn
486
486
Tracing : Active
487
487
Layers :
@@ -519,7 +519,7 @@ Resources:
519
519
Properties :
520
520
CodeUri : ../../TenantManagementService/
521
521
Handler : user-management.get_users
522
- Runtime : python3.8
522
+ Runtime : python3.9
523
523
Role : !GetAtt TenantUserPoolLambdaExecutionRole.Arn
524
524
Tracing : Active
525
525
Layers :
@@ -597,7 +597,7 @@ Resources:
597
597
Properties :
598
598
CodeUri : ../../TenantManagementService/
599
599
Handler : tenant-management.create_tenant
600
- Runtime : python3.8
600
+ Runtime : python3.9
601
601
Role : !GetAtt TenantManagementLambdaExecutionRole.Arn
602
602
Tracing : Active
603
603
Layers :
@@ -635,7 +635,7 @@ Resources:
635
635
Properties :
636
636
CodeUri : ../../TenantManagementService/
637
637
Handler : tenant-management.activate_tenant
638
- Runtime : python3.8
638
+ Runtime : python3.9
639
639
Role : !GetAtt TenantManagementLambdaExecutionRole.Arn
640
640
Tracing : Active
641
641
Layers :
@@ -675,7 +675,7 @@ Resources:
675
675
Properties :
676
676
CodeUri : ../../TenantManagementService/
677
677
Handler : tenant-management.get_tenant
678
- Runtime : python3.8
678
+ Runtime : python3.9
679
679
Role : !GetAtt TenantManagementLambdaExecutionRole.Arn
680
680
Tracing : Active
681
681
Layers :
@@ -713,7 +713,7 @@ Resources:
713
713
Properties :
714
714
CodeUri : ../../TenantManagementService/
715
715
Handler : tenant-management.deactivate_tenant
716
- Runtime : python3.8
716
+ Runtime : python3.9
717
717
Role : !GetAtt TenantManagementLambdaExecutionRole.Arn
718
718
Tracing : Active
719
719
Layers :
@@ -753,7 +753,7 @@ Resources:
753
753
Properties :
754
754
CodeUri : ../../TenantManagementService/
755
755
Handler : tenant-management.update_tenant
756
- Runtime : python3.8
756
+ Runtime : python3.9
757
757
Role : !GetAtt TenantManagementLambdaExecutionRole.Arn
758
758
Tracing : Active
759
759
Layers :
@@ -795,7 +795,7 @@ Resources:
795
795
Properties :
796
796
CodeUri : ../../TenantManagementService/
797
797
Handler : tenant-management.get_tenants
798
- Runtime : python3.8
798
+ Runtime : python3.9
799
799
Role : !GetAtt TenantManagementLambdaExecutionRole.Arn
800
800
Tracing : Active
801
801
Layers :
@@ -832,7 +832,7 @@ Resources:
832
832
Properties :
833
833
CodeUri : ../../TenantManagementService/
834
834
Handler : tenant-management.load_tenant_config
835
- Runtime : python3.8
835
+ Runtime : python3.9
836
836
Role : !GetAtt TenantManagementLambdaExecutionRole.Arn
837
837
Tracing : Active
838
838
Layers :
@@ -887,7 +887,7 @@ Resources:
887
887
Properties :
888
888
CodeUri : ../../TenantManagementService/
889
889
Handler : tenant-registration.register_tenant
890
- Runtime : python3.8
890
+ Runtime : python3.9
891
891
Role : !GetAtt RegisterTenantLambdaExecutionRole.Arn
892
892
Tracing : Active
893
893
Layers :
@@ -972,7 +972,7 @@ Resources:
972
972
Properties :
973
973
CodeUri : ../../TenantManagementService/
974
974
Handler : tenant-provisioning.provision_tenant
975
- Runtime : python3.8
975
+ Runtime : python3.9
976
976
Role : !GetAtt ProvisionTenantLambdaExecutionRole.Arn
977
977
Tracing : Active
978
978
Layers :
@@ -1038,7 +1038,7 @@ Resources:
1038
1038
Properties :
1039
1039
CodeUri : ../../TenantManagementService/
1040
1040
Handler : tenant-provisioning.deprovision_tenant
1041
- Runtime : python3.8
1041
+ Runtime : python3.9
1042
1042
Role : !GetAtt DeProvisionTenantLambdaExecutionRole.Arn
1043
1043
Tracing : Active
1044
1044
Layers :
@@ -1103,7 +1103,7 @@ Resources:
1103
1103
Properties :
1104
1104
CodeUri : ../../custom_resources/
1105
1105
Handler : update_settings_table.handler
1106
- Runtime : python3.8
1106
+ Runtime : python3.9
1107
1107
Role : !GetAtt UpdateSettingsTableLambdaExecutionRole.Arn
1108
1108
Layers :
1109
1109
- !Ref ServerlessSaaSLayers
@@ -1140,7 +1140,7 @@ Resources:
1140
1140
Properties :
1141
1141
CodeUri : ../../custom_resources/
1142
1142
Handler : update_tenantstackmap_table.handler
1143
- Runtime : python3.8
1143
+ Runtime : python3.9
1144
1144
Role : !GetAtt UpdateTenantStackMapTableLambdaExecutionRole.Arn
1145
1145
Layers :
1146
1146
- !Ref ServerlessSaaSLayers
0 commit comments