▲ | pier25 2 days ago | ||||||||||||||||
Not only large enterprise customers. Anyone who's thinking mid or long term. | |||||||||||||||||
▲ | quaunaut 2 days ago | parent | next [-] | ||||||||||||||||
The main lib everyone uses, :ex_aws, has been actively maintained for literally over a decade[1]. Official or not, it's used by literally the entire community, since even non-AWS services often will support its API. | |||||||||||||||||
▲ | olafura 2 days ago | parent | prev | next [-] | ||||||||||||||||
I still don't understand this. If you are big enough then you get Amazon to make an official sdk, if you aren't then what exactly are you looking for? The official aws cli used to talk to the soap interface and used regex instead of actually doing correct error handling and that was used by so many tools. Even though it used to break horrible. It's quite a niche you are talking about, not big enough to debug open source code but still big enough to require SLA for SDK and not being able to talk Amazon into creating it. It's generated code, it's not rocket science. What I have experienced is that software licence, where you are sending data to, where you are hosting it and having access to audit the code has usually been a bigger concern. But then again big organisations often have really specific concerns. So I'm not doubting your statement it's just that I have never heard it before. | |||||||||||||||||
| |||||||||||||||||
▲ | sysashi 2 days ago | parent | prev [-] | ||||||||||||||||
Why do you need an official SDK to make http calls? | |||||||||||||||||
|