I am developing an HTML5 mobile application which I am planning to port to Android also using Phonegap. I want to use AWS DynamoDB for storing my users data. I know that amazon has a http api but it is too complicated. Some of my queries are
- If I use the HTTP api, wouldn't it expose my credentials? (Same qquery for dynode)
- What are the alternatives? I have a EC2 instance so hosting a server is not a problem.
I would appreciate your suggestions on this.