We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90bf9b commit fb3361dCopy full SHA for fb3361d
serverless.yml
@@ -2,7 +2,7 @@ service: hackingstudio-code4maus
2
3
provider:
4
name: aws
5
- runtime: nodejs14.x
+ runtime: nodejs12.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