Skip to content

Commit 709307d

Browse files
authored
Removed etc
1 parent ce8c618 commit 709307d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/functions/index.md

Lines changed: 2 additions & 2 deletions
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

@@ -64,4 +64,4 @@ IP Allowlisting uses a NAT gateway to route outbound Functions traffic from Segm
6464

6565
IP Allowlisting is available for customers on Business Tier plans.
6666

67-
To learn more, visit [Segment's IP Allowlisting documentation](/docs/connections/destinations/#ip-allowlisting).
67+
To learn more, visit [Segment's IP Allowlisting documentation](/docs/connections/destinations/#ip-allowlisting).

0 commit comments

Comments
 (0)