Skip to content

Commit

Permalink
update to new version of node in lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw committed Aug 17, 2023
1 parent 36fa4e3 commit 984c05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/heritage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def build_resources
add_resource("AWS::Lambda::Function", "ScheduleHandler") do |j|
j.Handler "index.handler"
j.Role get_attr("ScheduleHandlerRole", "Arn")
j.Runtime "nodejs12.x"
j.Runtime "nodejs18.x"
j.Timeout 60
j.Code do |j|
j.ZipFile schedule_handler_code
Expand Down

0 comments on commit 984c05b

Please sign in to comment.