Skip to content

Commit

Permalink
fix(serverless): upgrade to runtime nodejs 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Nov 14, 2019
1 parent 3277976 commit 2c1af4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ frameworkVersion: ">=1.1.0 <2.0.0"
provider:
name: aws
stage: ${opt:stage, 'production'}
runtime: nodejs8.10
runtime: nodejs10.x
region: ${file(share/terraform/terraform.json):aws_region}
memorySize: 128
versionFunctions: false
Expand Down

0 comments on commit 2c1af4a

Please sign in to comment.