Skip to content

Commit

Permalink
Upgrade backend's AWS Lambda Node.js runtime to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
napieralla committed Aug 10, 2020
1 parent 5ca4c98 commit 73f54c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ custom:

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
stage: ${self:custom.secrets.NODE_ENV}
region: us-east-1

Expand Down

0 comments on commit 73f54c5

Please sign in to comment.