Skip to content

Commit

Permalink
fix: upgrade nodejs to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sammarks committed Feb 4, 2022
1 parent 0e88846 commit c94d20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Resources:
Type: 'AWS::Serverless::Function'
Properties:
Handler: src/ingest.handler
Runtime: nodejs10.x
Runtime: nodejs14.x
CodeUri: src
MemorySize: 128
Timeout: 3
Expand Down Expand Up @@ -58,7 +58,7 @@ Resources:
Type: 'AWS::Serverless::Function'
Properties:
Handler: src/schedule.handler
Runtime: nodejs10.x
Runtime: nodejs14.x
CodeUri: src
MemorySize: 128
Timeout: 60
Expand Down

0 comments on commit c94d20c

Please sign in to comment.