mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Add symlink docs notes
This commit is contained in:
parent
c6d204bd88
commit
51c31582d4
@ -258,6 +258,8 @@ functions:
|
||||
events: ${file(./myCustomFile.json):myevents
|
||||
```
|
||||
|
||||
**Note:** If the referenced file is a symlink, the targeted file will be read.
|
||||
|
||||
## Reference Variables in Javascript Files
|
||||
|
||||
You can reference JavaScript files to add dynamic data into your variables.
|
||||
|
||||
@ -113,6 +113,8 @@ functions:
|
||||
events: ${file(./myCustomFile.json):myevents
|
||||
```
|
||||
|
||||
**Note:** If the referenced file is a symlink, the targeted file will be read.
|
||||
|
||||
## Reference Variables in JavaScript Files
|
||||
|
||||
You can reference JavaScript files to add dynamic data into your variables.
|
||||
|
||||
@ -116,6 +116,8 @@ functions:
|
||||
events: ${file(./myCustomFile.json):myevents
|
||||
```
|
||||
|
||||
**Note:** If the referenced file is a symlink, the targeted file will be read.
|
||||
|
||||
## Reference Variables in JavaScript Files
|
||||
|
||||
You can reference JavaScript files to add dynamic data into your variables.
|
||||
|
||||
@ -135,6 +135,8 @@ functions:
|
||||
events: ${file(./myCustomFile.json):myevents
|
||||
```
|
||||
|
||||
**Note:** If the referenced file is a symlink, the targeted file will be read.
|
||||
|
||||
## Reference Variables in Javascript Files
|
||||
|
||||
You can reference JavaScript files to add dynamic data into your variables.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user