Skip to content

Commit 2ceef6d

Browse files
authored
Add organization and app configuration to serverless.yml
1 parent 3d060e9 commit 2ceef6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

serverless.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
# "org" ensures this Service is used with the correct Serverless Framework Access Key.
2+
org: gnssciencenshm
3+
# "app" enables Serverless Framework Dashboard features and sharing them with other Services.
4+
app: nshm-model-graphql-api
15
service: nzshm22-model-graphql-api
6+
configValidationMode: error
27

38
plugins:
49
- serverless-python-requirements

0 commit comments

Comments
 (0)