We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6515ec5 commit 04eb225Copy full SHA for 04eb225
serverless.yml
@@ -29,7 +29,7 @@ custom:
29
provider:
30
stage: ${opt:stage, 'dev'}
31
name: aws
32
- runtime: nodejs8.10
+ runtime: nodejs10.x
33
region: ${opt:region, 'eu-central-1'}
34
environment:
35
S3BUCKET: ${self:custom.file.S3BUCKET}
0 commit comments