MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / cd_signer_status_request

Function cd_signer_status_request

scripts/build.py:188–194  ·  view source on GitHub ↗
(request_id: str)

Source from the content-addressed store, hash-verified

186
187
188def cd_signer_status_request(request_id: str):
189 response_json = cd_signer_request(
190 method="GET",
191 path=f"/signing_requests/{request_id}",
192 ).json()
193 info(f"Signing request status: {response_json}")
194 return response_json["signingRequest"]["status"]
195
196
197def cd_build_signed_package(exe_path: pathlib.Path):

Callers 1

sign_executableFunction · 0.85

Calls 3

infoFunction · 0.90
cd_signer_requestFunction · 0.85
jsonMethod · 0.45

Tested by

no test coverage detected