jkakar / aws-elixir

AWS clients for Elixir
Other
191 stars 0 forks source link

Link to AWS SDK for Go in README is broken #36

Closed brentonannan closed 8 years ago

brentonannan commented 8 years ago

I was trying to figure out if it was possible to support SNS with this library, but am unfamiliar with SDK. With the link in the README being broken, it's hard to tell what can be supported, and what can't.

Would love more explanation on how the code is generated, and how to go about getting support for SNS if it's possible.

Cheers.

brentonannan commented 8 years ago

I see from the comment at the top of one of the files that https://github.com/jkakar/aws-codegen generates the code, and looks at https://github.com/aws/aws-sdk-go/tree/master/models/apis for APIs. Hopeful that this means an SNS client can be built.