jef-github-repositories-get-02¶
Source¶
Repository:
jef-systems/jef-github-backendSource Run ID:
24199515369Source SHA:
e2030601fba80ed154ddfd3783ca25abb3276519Module:
github-repositoriesDocumentation Scope:
getLambda:
jef-github-repositories-get-02
Endpoint¶
API Name:
jef-github-repositoriesAction Name:
getMethod:
GETScope Label:
GETResource Path:
/jef-github-repositories-get-02Complete Endpoint:
https://uzio43d00g.execute-api.ap-southeast-1.amazonaws.com/prod/jef-github-repositories-get-02Lambda ARN:
arn:aws:lambda:ap-southeast-1:246715082475:function:jef-github-repositories-get-02curl payload mode:
none
API Gateway Description¶
Function: jef-github-repositories-get-02
API Name: jef-github-repositories
Action: get
Method: GET
Resource Path: /jef-github-repositories-get-02
Response:
- ok: true
- repositories: [{"repo_name":"jef-electronjs-template","commit_sha":"abc123def4567890abc123def4567890abc123de","s3_key":"jef-electronjs-template/","created_at":"2026-04-09T00:00:00Z","updated_at":"2026-04-09T00:00:00Z"}]
- count: 1
- last_evaluated_key: null
- fetched_at: 2026-04-09T00:00:00Z
Request Payload¶
[]
Response¶
{
"ok": "true",
"repositories": "[{\"repo_name\":\"jef-electronjs-template\",\"commit_sha\":\"abc123def4567890abc123def4567890abc123de\",\"s3_key\":\"jef-electronjs-template/\",\"created_at\":\"2026-04-09T00:00:00Z\",\"updated_at\":\"2026-04-09T00:00:00Z\"}]",
"count": "1",
"last_evaluated_key": "null",
"fetched_at": "2026-04-09T00:00:00Z"
}
CMD curl¶
curl "https://uzio43d00g.execute-api.ap-southeast-1.amazonaws.com/prod/jef-github-repositories-get-02"
PowerShell curl¶
curl.exe "https://uzio43d00g.execute-api.ap-southeast-1.amazonaws.com/prod/jef-github-repositories-get-02"