Skip to content

Added section on Variable Scoping [DOC-1065] #7511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

sade-wusi
Copy link
Contributor

@sade-wusi sade-wusi commented Mar 21, 2025

Proposed changes

Included information on variable scoping.

Merge timing

24th March

Related issues

PR 7512
PR 7513
PR 7514

@sade-wusi sade-wusi requested a review from a team as a code owner March 21, 2025 14:02
@sade-wusi sade-wusi requested a review from pwseg March 21, 2025 14:02
@sade-wusi sade-wusi enabled auto-merge March 28, 2025 11:33
@sade-wusi sade-wusi changed the title Added section on Variable Scoping [DOC-1065].md Added section on Variable Scoping [DOC-1065] Mar 28, 2025
@sade-wusi sade-wusi added the content-update updates to content that are not new features, includes grammar fixes, added notes label Mar 28, 2025
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.

- For Source functions, the handler is onRequest().
- For Destination functions and Insert functions, the handler is event-specfic. For example onTrack(), onIdentify(), etc.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- For Destination functions and Insert functions, the handler is event-specfic. For example onTrack(), onIdentify(), etc.
- For Destination functions and Insert functions, the handler is event-specfic. For example onTrack(), onIdentify(), etc.

Don't forget the Latin phrases!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content-update updates to content that are not new features, includes grammar fixes, added notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants