Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/serverless/examples
/ failure
Function
failure
aws-node-github-check/libs/response-lib.js:20–22 ·
view source on GitHub ↗
(body)
Source
from the content-addressed store, hash-verified
18
}
19
20
export
function
failure(body) {
21
return
buildResponse(500, body);
22
}
23
24
export
function
githubSuccessPayload() {
25
return
buildGithubPayload(
'success'
,
'PR body according to format'
);
Callers
1
githubCheck
Function · 0.90
Calls
1
buildResponse
Function · 0.85
Tested by
no test coverage detected