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 3d060e9 commit 2ceef6dCopy full SHA for 2ceef6d
serverless.yml
@@ -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
5
service: nzshm22-model-graphql-api
6
+configValidationMode: error
7
8
plugins:
9
- serverless-python-requirements
0 commit comments