I\'m working on a new app using MonoTouch and I\'d like to store data in AWS.
I saw there is an AWS.net library available from Amazon, but I don\'t know if I can use
I just built the AWS SDK for Monotouch/Mono for Android. I had to modify some files and add some classes from the current Mono release.
GitHub repo is located here:
https://github.com/fr500/aws_sdk_monotouch_monodroid
It's my first attempt at this, and it's working but I don't know if my approach is correct. Any help will be appreciated