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
- Host: GitHub
- URL: https://github.com/euank/aws-sdk-rust
- Owner: euank
- License: mit
- Created: 2016-08-28T23:03:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T23:13:55.000Z (almost 10 years ago)
- Last Synced: 2025-01-24T17:20:06.784Z (over 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)