Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade lambda runtime to node 12 and npm audit fix #330

Merged
merged 1 commit into from
Jan 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 7 additions & 7 deletions cloudformation/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ Resources:
Handler: index.handler
MemorySize: 1024
Role: !GetAtt BackendLambdaExecutionRole.Arn
Runtime: nodejs8.10
Runtime: nodejs12.x
Timeout: 30
Environment:
Variables:
Expand Down Expand Up @@ -1028,7 +1028,7 @@ Resources:
Handler: index.handler
MemorySize: 128
Role: !GetAtt BackendLambdaExecutionRole.Arn
Runtime: nodejs8.10
Runtime: nodejs12.x
Timeout: 30

CognitoUserPoolsConfirmationStrategyFunction:
Expand All @@ -1038,7 +1038,7 @@ Resources:
Handler: index.handler
MemorySize: 128
Role: !GetAtt CognitoStrategyLambdaExecutionRole.Arn
Runtime: nodejs8.10
Runtime: nodejs12.x
Timeout: 3

CognitoUserPool:
Expand Down Expand Up @@ -1104,7 +1104,7 @@ Resources:
CognitoUserPoolClientSettingsBackingFn:
Type: AWS::Serverless::Function
Properties:
Runtime: nodejs8.10
Runtime: nodejs12.x
MemorySize: 128
Timeout: 300
CodeUri: ../lambdas/cfn-cognito-user-pools-client-settings
Expand Down Expand Up @@ -1184,7 +1184,7 @@ Resources:
CognitoUserPoolDomainBackingFn:
Type: AWS::Serverless::Function
Properties:
Runtime: nodejs8.10
Runtime: nodejs12.x
MemorySize: 128
Timeout: 300
CodeUri: ../lambdas/cfn-cognito-user-pools-domain
Expand Down Expand Up @@ -1317,7 +1317,7 @@ Resources:
Handler: index.handler
MemorySize: 128
Role: !GetAtt CatalogUpdaterLambdaExecutionRole.Arn
Runtime: nodejs8.10
Runtime: nodejs12.x
Timeout: 20
Environment:
Variables:
Expand All @@ -1339,7 +1339,7 @@ Resources:
Handler: index.handler
MemorySize: 512
Role: !GetAtt AssetUploaderLambdaExecutionRole.Arn
Runtime: nodejs8.10
Runtime: nodejs12.x
Timeout: 300
Environment:
Variables:
Expand Down
47 changes: 47 additions & 0 deletions lambdas/static-asset-uploader/node_modules/lodash/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions lambdas/static-asset-uploader/node_modules/lodash/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions lambdas/static-asset-uploader/node_modules/lodash/_Hash.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions lambdas/static-asset-uploader/node_modules/lodash/_LazyWrapper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions lambdas/static-asset-uploader/node_modules/lodash/_ListCache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions lambdas/static-asset-uploader/node_modules/lodash/_Map.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions lambdas/static-asset-uploader/node_modules/lodash/_MapCache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions lambdas/static-asset-uploader/node_modules/lodash/_Promise.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions lambdas/static-asset-uploader/node_modules/lodash/_Set.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions lambdas/static-asset-uploader/node_modules/lodash/_SetCache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions lambdas/static-asset-uploader/node_modules/lodash/_Stack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions lambdas/static-asset-uploader/node_modules/lodash/_Symbol.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading