Skip to content

Commit

Permalink
Runtime nodejs6.10 is not supported anymore in AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqtms committed Aug 8, 2019
1 parent b964dc8 commit c8ef372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-node-rest-api-with-dynamodb/serverless.yml
Expand Up @@ -4,7 +4,7 @@ frameworkVersion: ">=1.1.0 <2.0.0"

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

0 comments on commit c8ef372

Please sign in to comment.