←back to thread

638 points wut42 | 1 comments | | HN request time: 0.209s | source
Show context
pier25 ◴[] No.44328928[source]
I'm surprised they are investing into this. I checked Phoenix recently because I was interested in LiveView and there isn't even an official AWS SDK for Elixir.

Honestly doubt the AI stuff is going to move the needle much if you can't even have a dependable S3 client.

replies(5): >>44328988 #>>44329038 #>>44329075 #>>44329823 #>>44330988 #
olafura ◴[] No.44329038[source]
What are you talking about, there has been a AWS client forever and I've never had a problem. It's not something you really need an official sdk for they are anyway often just reference because you might want different performance characteristics.

https://hex.pm/packages/ex_aws https://hex.pm/packages/ex_aws_s3

I've usually not seen more than 3 or so official SDK for most services and there are a lot more programming languages than that. For example Microsoft's Graph API doesn't have an official Ruby client, they have one that sort of works.

replies(1): >>44330113 #
Snakes3727 ◴[] No.44330113[source]
Neither of them are official which is often a non starter for some large enterprise customers.
replies(1): >>44330869 #
pier25 ◴[] No.44330869[source]
Not only large enterprise customers. Anyone who's thinking mid or long term.
replies(3): >>44332233 #>>44332844 #>>44333023 #
sysashi ◴[] No.44332233[source]
Why do you need an official SDK to make http calls?
replies(1): >>44332386 #
1. pier25 ◴[] No.44332386[source]
Why do you even need a framework like Phoenix? Just write everything yourself! /s