aliyun / aliyun-openapi-net-sdk

Alibaba Cloud SDK for .NET
https://www.nuget.org/profiles/aliyun-openapi-sdk
Other
541 stars 625 forks source link

ECI not supported? #374

Closed undefinedfunction closed 4 years ago

undefinedfunction commented 4 years ago

Is your feature request related to a problem? Please describe. Please describe the problem you are trying to solve.

SDK doesn't seem to support ECI

Describe the solution you'd like ECI Support in SDK

Describe alternatives you've considered I see ECI support in Python/Java SDK but not .net, is this correct? Any idea when support will be provided?

JacksonTian commented 4 years ago

Hi @undefinedfunction Please use https://github.com/aliyun/alibabacloud-sdk/tree/master/eci-20180808/csharp .

undefinedfunction commented 4 years ago

Thank you, I will check this out. I ended up achieving a result through serverless Kubernetes but this incurs extra cost so I will try this.

Thanks again.