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

    Function apiController

    • Decorator that can be placed on a class to mark it is an API controller.

      Parameters

      • Optionalpath: string

        A root URL path that all endpoints in this controller share; optional. This URL can contain path parameters, prefixed with a colon (':') character.

      Returns (constructor: Function) => void