Skip to content

Commit

Permalink
fix(serverless-config): use correct runtime enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
Buzzertech committed Jan 8, 2020
1 parent a0bf57b commit 14d1a36
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: nodejs12
runtime: nodejs12.x
stage: ${opt:stage, 'production'}
region: ap-south-1
environment:
Expand Down

0 comments on commit 14d1a36

Please sign in to comment.