@@ -1227,7 +1227,7 @@ Resources:
1227
1227
Description : ' Common code used by lambdas'
1228
1228
ContentUri : ../lambdas/common-layer/
1229
1229
CompatibleRuntimes :
1230
- - nodejs12 .x
1230
+ - nodejs16 .x
1231
1231
1232
1232
DevPortalLambdaFunction :
1233
1233
Type : AWS::Serverless::Function
@@ -1236,7 +1236,7 @@ Resources:
1236
1236
Handler : index.handler
1237
1237
MemorySize : 1024
1238
1238
Role : !GetAtt BackendLambdaExecutionRole.Arn
1239
- Runtime : nodejs12 .x
1239
+ Runtime : nodejs16 .x
1240
1240
Timeout : 30
1241
1241
Environment :
1242
1242
Variables :
@@ -1279,7 +1279,7 @@ Resources:
1279
1279
# Handler: index.handler
1280
1280
# MemorySize: 128
1281
1281
# Role: !GetAtt BackendLambdaExecutionRole.Arn
1282
- # Runtime: nodejs12 .x
1282
+ # Runtime: nodejs16 .x
1283
1283
# Timeout: 30
1284
1284
# Layers:
1285
1285
# - !Ref LambdaCommonLayer
@@ -1292,7 +1292,7 @@ Resources:
1292
1292
Handler : index.handler
1293
1293
MemorySize : 128
1294
1294
Role : !GetAtt CognitoPreSignupTriggerExecutionRole.Arn
1295
- Runtime : nodejs12 .x
1295
+ Runtime : nodejs16 .x
1296
1296
Timeout : 3
1297
1297
Environment :
1298
1298
Variables :
@@ -1308,7 +1308,7 @@ Resources:
1308
1308
Handler : index.handler
1309
1309
MemorySize : 128
1310
1310
Role : !GetAtt CognitoPostConfirmationTriggerExecutionRole.Arn
1311
- Runtime : nodejs12 .x
1311
+ Runtime : nodejs16 .x
1312
1312
Timeout : 3
1313
1313
Environment :
1314
1314
Variables :
@@ -1326,7 +1326,7 @@ Resources:
1326
1326
Handler : index.handler
1327
1327
MemorySize : 128
1328
1328
Role : !GetAtt CognitoPostAuthenticationTriggerExecutionRole.Arn
1329
- Runtime : nodejs12 .x
1329
+ Runtime : nodejs16 .x
1330
1330
Timeout : 3
1331
1331
Environment :
1332
1332
Variables :
@@ -1455,7 +1455,7 @@ Resources:
1455
1455
CognitoUserPoolClientSettingsBackingFn :
1456
1456
Type : AWS::Serverless::Function
1457
1457
Properties :
1458
- Runtime : nodejs12 .x
1458
+ Runtime : nodejs16 .x
1459
1459
MemorySize : 128
1460
1460
Timeout : 300
1461
1461
CodeUri : ../lambdas/cfn-cognito-user-pools-client-settings
@@ -1539,7 +1539,7 @@ Resources:
1539
1539
CognitoUserPoolDomainBackingFn :
1540
1540
Type : AWS::Serverless::Function
1541
1541
Properties :
1542
- Runtime : nodejs12 .x
1542
+ Runtime : nodejs16 .x
1543
1543
MemorySize : 128
1544
1544
Timeout : 300
1545
1545
CodeUri : ../lambdas/cfn-cognito-user-pools-domain
@@ -1710,7 +1710,7 @@ Resources:
1710
1710
Handler : index.handler
1711
1711
MemorySize : 128
1712
1712
Role : !GetAtt CatalogUpdaterLambdaExecutionRole.Arn
1713
- Runtime : nodejs12 .x
1713
+ Runtime : nodejs16 .x
1714
1714
Timeout : 20
1715
1715
Environment :
1716
1716
Variables :
@@ -1735,7 +1735,7 @@ Resources:
1735
1735
Handler : index.handler
1736
1736
MemorySize : 512
1737
1737
Role : !GetAtt AssetUploaderLambdaExecutionRole.Arn
1738
- Runtime : nodejs12 .x
1738
+ Runtime : nodejs16 .x
1739
1739
Timeout : 300
1740
1740
Environment :
1741
1741
Variables :
@@ -1789,7 +1789,7 @@ Resources:
1789
1789
Handler : replicator.handler
1790
1790
MemorySize : 128
1791
1791
Role : !GetAtt CloudFrontEdgeReplicatorRole.Arn
1792
- Runtime : nodejs12 .x
1792
+ Runtime : nodejs16 .x
1793
1793
Timeout : 300
1794
1794
AutoPublishAlias : Live
1795
1795
Environment :
@@ -1958,7 +1958,7 @@ Resources:
1958
1958
Handler : index.handler
1959
1959
MemorySize : 512
1960
1960
Role : !GetAtt DumpV3AccountDataExecutionRole.Arn
1961
- Runtime : nodejs12 .x
1961
+ Runtime : nodejs16 .x
1962
1962
Timeout : 300
1963
1963
Environment :
1964
1964
Variables :
@@ -2068,7 +2068,7 @@ Resources:
2068
2068
Handler : index.handler
2069
2069
MemorySize : 512
2070
2070
Role : !GetAtt UserGroupImporterExecutionRole.Arn
2071
- Runtime : nodejs12 .x
2071
+ Runtime : nodejs16 .x
2072
2072
# Use the default max timeout duration.
2073
2073
Timeout : 900
2074
2074
Environment :
0 commit comments