Skip to content

Commit 6063157

Browse files
authored
Document function level vendor support
1 parent 9016f3a commit 6063157

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,15 @@ dependencies to install:
192192
custom:
193193
pythonRequirements:
194194
vendor: ./vendored-libraries
195+
functions:
196+
hello:
197+
handler: hello.handler
198+
vendor: ./hello-vendor # The option is also available at the function level
195199
```
196200

197201

202+
203+
198204
## Manual invocations
199205

200206
The `.requirements` and `requirements.zip`(if using zip support) files are left

0 commit comments

Comments
 (0)