Skip to content

Commit 7dfea12

Browse files
skylarbemusetsung
authored andcommitted
upgrade lambda runtime to node 12 and npm audit fix
👷 This is a maintenance PR. 🚫 The Lambda `nodejs8.10` runtime is being deprecated. ⬆️ Updating the Node.js runtime to `nodejs12.x`
1 parent bf3d87f commit 7dfea12

File tree

1,054 files changed

+44818
-1030
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,054 files changed

+44818
-1030
lines changed

cloudformation/template.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ Resources:
994994
Handler: index.handler
995995
MemorySize: 1024
996996
Role: !GetAtt BackendLambdaExecutionRole.Arn
997-
Runtime: nodejs8.10
997+
Runtime: nodejs12.x
998998
Timeout: 30
999999
Environment:
10001000
Variables:
@@ -1028,7 +1028,7 @@ Resources:
10281028
Handler: index.handler
10291029
MemorySize: 128
10301030
Role: !GetAtt BackendLambdaExecutionRole.Arn
1031-
Runtime: nodejs8.10
1031+
Runtime: nodejs12.x
10321032
Timeout: 30
10331033

10341034
CognitoUserPoolsConfirmationStrategyFunction:
@@ -1038,7 +1038,7 @@ Resources:
10381038
Handler: index.handler
10391039
MemorySize: 128
10401040
Role: !GetAtt CognitoStrategyLambdaExecutionRole.Arn
1041-
Runtime: nodejs8.10
1041+
Runtime: nodejs12.x
10421042
Timeout: 3
10431043

10441044
CognitoUserPool:
@@ -1104,7 +1104,7 @@ Resources:
11041104
CognitoUserPoolClientSettingsBackingFn:
11051105
Type: AWS::Serverless::Function
11061106
Properties:
1107-
Runtime: nodejs8.10
1107+
Runtime: nodejs12.x
11081108
MemorySize: 128
11091109
Timeout: 300
11101110
CodeUri: ../lambdas/cfn-cognito-user-pools-client-settings
@@ -1184,7 +1184,7 @@ Resources:
11841184
CognitoUserPoolDomainBackingFn:
11851185
Type: AWS::Serverless::Function
11861186
Properties:
1187-
Runtime: nodejs8.10
1187+
Runtime: nodejs12.x
11881188
MemorySize: 128
11891189
Timeout: 300
11901190
CodeUri: ../lambdas/cfn-cognito-user-pools-domain
@@ -1317,7 +1317,7 @@ Resources:
13171317
Handler: index.handler
13181318
MemorySize: 128
13191319
Role: !GetAtt CatalogUpdaterLambdaExecutionRole.Arn
1320-
Runtime: nodejs8.10
1320+
Runtime: nodejs12.x
13211321
Timeout: 20
13221322
Environment:
13231323
Variables:
@@ -1339,7 +1339,7 @@ Resources:
13391339
Handler: index.handler
13401340
MemorySize: 512
13411341
Role: !GetAtt AssetUploaderLambdaExecutionRole.Arn
1342-
Runtime: nodejs8.10
1342+
Runtime: nodejs12.x
13431343
Timeout: 300
13441344
Environment:
13451345
Variables:

lambdas/static-asset-uploader/node_modules/lodash/LICENSE

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambdas/static-asset-uploader/node_modules/lodash/README.md

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambdas/static-asset-uploader/node_modules/lodash/_DataView.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambdas/static-asset-uploader/node_modules/lodash/_Hash.js

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambdas/static-asset-uploader/node_modules/lodash/_LazyWrapper.js

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambdas/static-asset-uploader/node_modules/lodash/_ListCache.js

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambdas/static-asset-uploader/node_modules/lodash/_LodashWrapper.js

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambdas/static-asset-uploader/node_modules/lodash/_Map.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambdas/static-asset-uploader/node_modules/lodash/_MapCache.js

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)