Skip to content

Commit

Permalink
Update aws lambda node runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
vincemtnz committed May 24, 2019
1 parent 05e3895 commit dbeae0a
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 @@ -6,7 +6,7 @@ plugins:

provider:
name: aws
runtime: nodejs6.10
runtime: nodejs10.x
timeout: 30
stage: ${opt:stage, self:custom.aws_stage}
environment: ${self:custom.environment}
Expand Down

0 comments on commit dbeae0a

Please sign in to comment.