【发布时间】:2020-06-25 11:25:02
【问题描述】:
我必须使用 AWS REST API 来处理各种云服务。最初,我正在尝试使用邮递员工具从 AWS CodeCommit 中获取存储库列表。我正在关注此链接https://docs.aws.amazon.com/codecommit/latest/APIReference/API_ListRepositories.html 来完成我的任务。我在设置此 API 调用的授权时遇到问题。我已经提供了访问和密钥以及区域。我无法获取存储库列表,而是面临503 网络问题。
更新
我正面临以下错误消息
{
"Output": {
"__type": "com.amazon.coral.service#UnknownOperationException"
},
"Version": "1.0"
}
【问题讨论】:
标签: amazon-web-services postman aws-codecommit aws-rest-api