Amazon Web Services (AWS) SDK port with DynamoDB example
Posted: Tue Dec 29, 2015 9:45 am
I just finished rewriting the experimental code I made last week and pushed everything to GitHub, this is the repository of the port: http://git.io/vEQy1
Inside you will find a basic example using DynamoDB, anyway I plan to add some more functionalities in the future. The compatibility for the other platforms is kept intact, so it can be used also to get rid of the compile errors from the original repository.
You should check out also this other guy's work, he is doing a similar thing hile adding also IoT service support. I decided to use DnamoDB in my project because the IoT service does not have "Non-expiring Offers" (they last only 12 months) unlike DynamoDB.
Inside you will find a basic example using DynamoDB, anyway I plan to add some more functionalities in the future. The compatibility for the other platforms is kept intact, so it can be used also to get rid of the compile errors from the original repository.
You should check out also this other guy's work, he is doing a similar thing hile adding also IoT service support. I decided to use DnamoDB in my project because the IoT service does not have "Non-expiring Offers" (they last only 12 months) unlike DynamoDB.