We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744cbd7 commit 35600e9Copy full SHA for 35600e9
1 file changed
README.md
@@ -73,9 +73,9 @@ functions:
73
myFunc:
74
events:
75
- http:
76
- path: getStuff
77
- method: get
78
- documentation: ${file(serverless.doc.yml):endpoints.myFunc}
+ path: getStuff
+ method: get
+ documentation: ${file(serverless.doc.yml):endpoints.myFunc}
79
```
80
81
For more info on `serverless.yml` syntax, see their docs.
0 commit comments