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 deprecated runtime nodejs6.10 #1722

Merged
merged 2 commits into from
Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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