jef-github-repositories¶
Source¶
Repository:
jef-systems/jef-github-backendTable:
jef-github-repositoriesSchema path:
dynamodb/jef-github-repositories/schema.jsonCommit:
3669a9ffb6b137fa4dc497f844fe785bd0d03803Generated at:
2026-04-09T15:31:38Z
Attributes¶
{
"pk": "string-repo_name",
"sk": "string-file_path",
"repo_name": "string-github-repository-name",
"file_path": "string-repository-file-path",
"file_name": "string-file-name",
"windows_path": "string-windows-file-path",
"file_extension": "string-file-extension",
"commit_sha": "string-github-commit-sha",
"s3_key": "string-s3-object-key",
"created_at": "string-iso8601",
"updated_at": "string-iso8601"
}
Main Index¶
{
"pk": "pk",
"sk": "sk"
}
Raw Schema¶
{
"table": "jef-github-repositories",
"attributes": {
"pk": "string-repo_name",
"sk": "string-file_path",
"repo_name": "string-github-repository-name",
"file_path": "string-repository-file-path",
"file_name": "string-file-name",
"windows_path": "string-windows-file-path",
"file_extension": "string-file-extension",
"commit_sha": "string-github-commit-sha",
"s3_key": "string-s3-object-key",
"created_at": "string-iso8601",
"updated_at": "string-iso8601"
},
"main_index": {
"pk": "pk",
"sk": "sk"
}
}