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 0c566eb commit cf63c4eCopy full SHA for cf63c4e
tests/base/includes.yml
@@ -0,0 +1,6 @@
1
+default:
2
+ - handler.py
3
+foobar:
4
5
+ - foobar
6
+empty: null
tests/base/serverless.yml
@@ -27,13 +27,12 @@ custom:
27
individually: false
28
useStaticCache: false
29
useDownloadCache: false
30
- include: [handler.py]
31
32
package:
33
individually: ${opt:individually, self:custom.defaults.individually}
34
exclude:
35
- '**/*'
36
- include: ${opt:include, self:custom.defaults.include}
+ include: $file(./includes.yml):${opt:include, 'default'}
37
38
functions:
39
hello:
0 commit comments