06 Jul 2022
06:25 AM
- last edited on
02 May 2023
06:47 AM
by
educampver
Solved! Go to Solution.
06 Jul 2022
06:27 AM
- last edited on
02 May 2023
06:29 AM
by
educampver
If you want to reuse logic across function, please have a look at following article: https://developer.dynatrace.com/learn/reuse-code/
Calling your own functions from your own functions is an anti-pattern: You trigger a new invocation with all the HTTP overhead plus you pay for invocations. Sharing code across functions is the right way to do it.
Featured Posts