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

Function get_creds

scripts/build.py:117–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115
116@cache
117def get_creds():
118 boto3 = import_module("boto3")
119 session = boto3.Session()
120 credentials = session.get_credentials()
121 creds = credentials.get_frozen_credentials()
122 return creds
123
124
125def cd_signer_request(method: str, path: str, data: str | None = None):

Callers 1

cd_signer_requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected