Skip to content

Commit ba8c792

Browse files
authored
Removed latin phrase.md
1 parent 8d8196d commit ba8c792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/functions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Functions can help you bring external data into Segment ([Source functions](/doc
1616
Functions are powered by AWS Lambda functions on the backend. This means you will need to declare any settings variables you create in the function handler rather than globally in your function.
1717

1818
- For Source functions, the handler is onRequest().
19-
- For Destination functions and Insert functions, the handler is event-specfic. For example onTrack(), onIdentify(), etc.
19+
- For Destination functions and Insert functions, the handler is event-specfic. For example, onTrack() or onIdentify().
2020

2121
If you declare functions globally in your function code, you risk leaking those settings values across function instances if you have more than one per function codebase. Make sure that you scope settings to the handler functions and pass those settings values as arguments to any helper functions that may need them to ensure context remains scoped to each function instance.
2222

0 commit comments

Comments
 (0)