AWS SDK

yawniek via Digitalmars-d digitalmars-d at puremagic.com
Mon Jun 27 03:59:59 PDT 2016


On Sunday, 26 June 2016 at 23:06:02 UTC, Jadbox wrote:
> Is there an AWS library in the works for D? It's seriously the 
> main blocker for me to push adoption of the language internally.
>
> If not, I can try to invest time into making one, but I could 
> use help.
>
> (fyi, there's one in the works for Rust: 
> https://github.com/rusoto/rusoto)

what services do you need?
the important bits, such as auth are around, but you likely need 
to implement some stuff for yourself.

we have an incomplete s3 libary with
https://github.com/tamediadigital/vibe-s3
there is also some code for kinesis and dynamo around but its 
likely outdated.



More information about the Digitalmars-d mailing list