Skip to content

Commit

Permalink
Revert "Upgrade nodejs runtime version"
Browse files Browse the repository at this point in the history
  • Loading branch information
k2nr committed Jun 7, 2018
1 parent 2bb18b8 commit a7d9dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/heritage.rb
Expand Up @@ -49,7 +49,7 @@ def build_resources
add_resource("AWS::Lambda::Function", "ScheduleHandler") do |j|
j.Handler "index.handler"
j.Role get_attr("ScheduleHandlerRole", "Arn")
j.Runtime "nodejs8.10"
j.Runtime "nodejs6.10"
j.Timeout 60
j.Code do |j|
j.ZipFile schedule_handler_code
Expand Down
2 changes: 1 addition & 1 deletion app/models/notification_stack.rb
Expand Up @@ -64,7 +64,7 @@ def build_resources
j.DISTRICT stack.district.name
end
end
j.Runtime "nodejs8.10"
j.Runtime "nodejs6.10"
j.Code do |j|
j.ZipFile slack_notification_code
end
Expand Down

0 comments on commit a7d9dc9

Please sign in to comment.