private getFn()

in lib/presence-stack.ts [105:107]


  private getFn(name: string) : Lambda.Function {
    return this.functions[name];
  };