Slide 30
              Slide 30 text
              
                  Programming Language
Java for background functions,
NodeJS for functions which are
performance relevant.
Function Scope
One scope per function. For
example, one webhook
receiver function, one email
sending function, etc.
Consider