An open API service indexing awesome lists of open source software.

https://github.com/euank/aws-sdk-rust

An attempt at implementing some aws stuff in rust. You should use Rosoto instead https://github.com/rusoto/rusoto
https://github.com/euank/aws-sdk-rust

Last synced: over 1 year ago
JSON representation

An attempt at implementing some aws stuff in rust. You should use Rosoto instead https://github.com/rusoto/rusoto

Awesome Lists containing this project

README

          

# aws-sdk-rust

***You don't want this, you want [Rosoto](https://github.com/rusoto/rusoto); it works and is named better!***

This is a sorta WIP rust sdk. I worked on it briefly quite a while ago. I got it to the point where I could make a few requests to a few services, but never got the code generation going and everything was hacky. Rosoto is much better! Use it!

If I ever come back to this and it ends up in a more usable happy state, I'll certainly update this :)