AWS SDK

Ola Fosheim Grøstad via Digitalmars-d digitalmars-d at puremagic.com
Mon Jun 27 04:27:33 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)

The C++ SDK appears to use a Java generator, maybe you can make 
it work for D since it is quite close to C++ (but probably a lot 
of work):

https://github.com/aws/aws-sdk-cpp/tree/master/code-generation

https://aws.amazon.com/blogs/aws/introducing-the-aws-sdk-for-c/



More information about the Digitalmars-d mailing list