Hierarchy (view full)

Constructors

Properties

TABLES: any = ...

The dynamoDB tables involved.

dynamoDB: any
token: string

The access token used to perform API requests.

Methods

  • Get/put for each appointment (one by one) to avoid erasing the linked objects; no error checking.

    Parameters

    • appointments: Appointment[]
    • OptionaldirectPut: boolean

    Returns Promise<void>