Skip to content

Commit

Permalink
update nodejs 10 runtime to 14 (aws-cloudformation#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Jun 1, 2021
1 parent a0d9bb3 commit c27441c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/templates/good/transform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: index.handler
Runtime: nodejs10.x
Runtime: nodejs14.x
CodeUri: 's3://testBucket/mySourceCode.zip'
ExampleLayer:
Type: AWS::Serverless::LayerVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Transform:
Globals:
Function:
Timeout: 3
Runtime: nodejs10.x
Runtime: nodejs14.x
Environment:
Variables:
VARIABLE: VALUE
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/templates/good/transform_serverless_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: index.handler
Runtime: nodejs10.x
Runtime: nodejs14.x
CodeUri: 's3://testBucket/mySourceCode.zip'
AutoPublishAlias: live
DeploymentPreference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: index.handler
Runtime: nodejs10.x
Runtime: nodejs14.x
CodeUri: 's3://testBucket/mySourceCode.zip'
AutoPublishAlias: live
DeploymentPreference:
Expand Down

0 comments on commit c27441c

Please sign in to comment.