AmazonIdentityManagementServiceClient耗时太多

时间:2017-01-18 05:11:10

标签: c# amazon-web-services service client amazon

我正在从web-api初始化Amazon客户端。以下代码几乎占用了1分钟。

Amazon.IdentityManagement.AmazonIdentityManagementServiceClient client = new Amazon.IdentityManagement.AmazonIdentityManagementServiceClient(cred);

1 个答案:

答案 0 :(得分:0)

我检查此问题仅在我从调试模式下的本地源代码运行AWS服务时重现,而编译和生产环境则更好。