We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a079f commit d90bf9bCopy full SHA for d90bf9b
serverless.yml
@@ -2,7 +2,7 @@ service: hackingstudio-code4maus
2
3
provider:
4
name: aws
5
- runtime: nodejs18.x
+ runtime: nodejs14.x
6
region: eu-central-1
7
role: 'arn:aws:iam::#{AWS::AccountId}:role/hackingstudio/code4maus/hackingstudio-code4maus-functions'
8
stage: ${file(scripts/env.js):stage}
0 commit comments