jef-fulfillment-associate-associates¶
Source¶
Repository:
jef-systems/jef-fulfillment-associate-backendTable:
jef-fulfillment-associate-associatesSchema path:
dynamodb/jef-fulfillment-associate-associates/schema.jsonCommit:
03f6e694f4d9c53a5be7b75dfb0bde7f580b772fGenerated 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"
}
}