Skip to content

Commit

Permalink
Merge pull request #40 from guardian/tf-node
Browse files Browse the repository at this point in the history
node12
  • Loading branch information
tomrf1 authored Apr 28, 2021
2 parents 3c47394 + 2a61749 commit 6db53e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Resources:
Properties:
FunctionName: !Sub support-reminders-create-reminder-signup-${Stage}
Description: A lambda for creating support reminders
Runtime: nodejs10.x
Runtime: nodejs12.x
Handler: create-reminder-signup/lambda/lambda.handler
MemorySize: 128
Timeout: 30
Expand Down Expand Up @@ -100,7 +100,7 @@ Resources:
Properties:
FunctionName: !Sub support-reminders-cancel-reminders-${Stage}
Description: A lambda for cancelling pending support reminders
Runtime: nodejs10.x
Runtime: nodejs12.x
Handler: cancel-reminders/lambda/lambda.handler
MemorySize: 128
Timeout: 30
Expand Down Expand Up @@ -139,7 +139,7 @@ Resources:
Properties:
FunctionName: !Sub support-reminders-reactivate-recurring-reminder-${Stage}
Description: A lambda for reactivating cancelled recurring support reminders
Runtime: nodejs10.x
Runtime: nodejs12.x
Handler: reactivate-recurring-reminder/lambda/lambda.handler
MemorySize: 128
Timeout: 30
Expand Down Expand Up @@ -178,7 +178,7 @@ Resources:
Properties:
FunctionName: !Sub support-reminders-next-reminders-${Stage}
Description: A lambda for getting next reminders data
Runtime: nodejs10.x
Runtime: nodejs12.x
Handler: next-reminders/lambda/lambda.handler
MemorySize: 128
Timeout: 30
Expand Down Expand Up @@ -227,7 +227,7 @@ Resources:
Properties:
FunctionName: !Sub support-reminders-signup-exports-${Stage}
Description: A lambda for exporting signups data
Runtime: nodejs10.x
Runtime: nodejs12.x
Handler: signup-exports/lambda/lambda.handler
MemorySize: 512
Timeout: 900
Expand Down

0 comments on commit 6db53e9

Please sign in to comment.