Skip to content

Commit

Permalink
Merge pull request serverless#434 from gk0r/patch-1
Browse files Browse the repository at this point in the history
Update Node runtime to 10.x from 6.x (no longer supported)
  • Loading branch information
eahefnawy authored Aug 19, 2019
2 parents 98a0a66 + c659352 commit e67596c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-node-graphql-api-with-dynamodb/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: graphql-api

provider:
name: aws
runtime: nodejs6.10
runtime: nodejs10.x
environment:
DYNAMODB_TABLE: ${self:service}-${self:provider.stage}
iamRoleStatements:
Expand Down

0 comments on commit e67596c

Please sign in to comment.