MCPcopy Create free account
hub / github.com/aws/aws-cli / resolve_latest_version

Function resolve_latest_version

awscli/customizations/agenttoolkit/utils.py:76–78  ·  view source on GitHub ↗
(client, skill_name)

Source from the content-addressed store, hash-verified

74
75
76def resolve_latest_version(client, skill_name):
77 response = client.get_latest_skill_version(name=skill_name)
78 return response['body'].strip()
79
80
81def get_skill_download(client, skill_name, version=None):

Callers 2

_run_mainMethod · 0.90
get_skill_downloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected