@beholdio/ts-lambda-api - v2.4.8
    Preparing search index...

    Function timed

    • Decorator that can be applied to a method or function to profile it's execution time in milliseconds. Timing info is output to the console.

      The environment variable PROFILE_API must be set to 1 for profiling information to be recorded and output.

      Parameters

      • _: any
      • propertyKey: string
      • descriptor: PropertyDescriptor

      Returns void