jef-fulfillment-associate-associates

Source

  • Repository: jef-systems/jef-fulfillment-associate-backend

  • Table: jef-fulfillment-associate-associates

  • Schema path: dynamodb/jef-fulfillment-associate-associates/schema.json

  • Commit: 03f6e694f4d9c53a5be7b75dfb0bde7f580b772f

  • Generated at: 2026-04-27T16:56:29Z

Attributes

{
  "associate_number": "string",
  "full_name": "string",
  "display_name": "string",
  "pin": "string",
  "mobile_number": "string",
  "email": "string",
  "assigned_store_pk": "string",
  "assigned_store_name": "string",
  "is_active": "boolean",
  "last_login_at": "string",
  "notes": "string",
  "created_at": "string",
  "updated_at": "string",
  "idempotency_key": "string"
}

Main Index

{
  "pk": "associate_number"
}

Raw Schema

{
  "table": "jef-fulfillment-associate-associates",
  "attributes": {
    "associate_number": "string",
    "full_name": "string",
    "display_name": "string",
    "pin": "string",
    "mobile_number": "string",
    "email": "string",
    "assigned_store_pk": "string",
    "assigned_store_name": "string",
    "is_active": "boolean",
    "last_login_at": "string",
    "notes": "string",
    "created_at": "string",
    "updated_at": "string",
    "idempotency_key": "string"
  },
  "main_index": {
    "pk": "associate_number"
  },
  "gsi_1": {
    "gsi_1_pk": "assigned_store_pk",
    "gsi_1_sk": "full_name"
  }
}