Skip to content

Commit

Permalink
fix(tests): Upgrade deprecated runtime nodejs6.10 to nodejs10.x (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscoombs committed Feb 12, 2020
1 parent e1951c0 commit 1225ed9
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Resources:
Description: Layer description
ContentUri: "."
CompatibleRuntimes:
- nodejs6.10
- nodejs10.x
- nodejs8.10
LicenseInfo: 'Available under the MIT-0 license.'
RetentionPolicy: Retain
2 changes: 1 addition & 1 deletion tests/smoke/templates/sar/Contact-Us-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Resources:
CodeUri:
Bucket: <%REPO_BUCKET%>
Key: 345c4115-4060-43bd-be8e-7f70aee9b3bf
Runtime: nodejs6.10
Runtime: nodejs10.x
Events:
PostEvent:
Type: Api
Expand Down
4 changes: 2 additions & 2 deletions tests/smoke/templates/sar/dynamodb-display-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Resources:
CodeUri:
Bucket: <%REPO_BUCKET%>
Key: 664d7928-e50c-403a-9f59-d9bf93bc5c9b
Runtime: nodejs6.10
Runtime: nodejs10.x
Events:
GetApi:
Type: Api
Expand Down Expand Up @@ -163,4 +163,4 @@ Resources:
CodeUri:
Bucket: <%REPO_BUCKET%>
Key: 664d7928-e50c-403a-9f59-d9bf93bc5c9b
Runtime: nodejs6.10
Runtime: nodejs10.x
2 changes: 1 addition & 1 deletion tests/smoke/templates/sar/helloWorldLex-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Resources:
Bucket: <%REPO_BUCKET%>
Key: 1831d44b-8ccb-4610-b4f2-1ee88282bb42
Handler: lambda.handler
Runtime: nodejs6.10
Runtime: nodejs10.x
Description: A hello world application for a Lex based chatbot
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Resources:
CodeUri:
Bucket: <%REPO_BUCKET%>
Key: 54b95c42-b951-409a-aaab-1cf9576f207e
Runtime: nodejs6.10
Runtime: nodejs10.x
Events:
GetApi:
Type: Api
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke/templates/sar/lambdium-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Resources:
CodeUri:
Bucket: <%REPO_BUCKET%>
Key: 9d35d21b-e9f4-4e59-8650-a2f9db304462
Runtime: nodejs6.10
Runtime: nodejs10.x
FunctionName: lambdium
Transform: AWS::Serverless-2016-10-31
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Resources:
SIGNALFX_AUTH_TOKEN:
Ref: SignalFxAuthToken
Handler: handler.handler
Runtime: nodejs6.10
Runtime: nodejs10.x
Transform: AWS::Serverless-2016-10-31
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Resources:
CodeUri:
Bucket: <%REPO_BUCKET%>
Key: 5d45f176-8801-4f34-a33e-1c57cc0bc896
Runtime: nodejs6.10
Runtime: nodejs10.x
Events:
AlexaSkillEvent:
Type: AlexaSkill
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Resources:
CodeUri:
Bucket: <%REPO_BUCKET%>
Key: 3ce0c1ed-73b6-4f01-9916-c99b71e31688
Runtime: nodejs6.10
Runtime: nodejs10.x
Events:
KinesisStream:
Type: Kinesis
Expand Down

0 comments on commit 1225ed9

Please sign in to comment.