August 2014
Beginner to intermediate
236 pages
5h 7m
English
Amazon has given an SDK to leading mobile platforms, such as iOS and Android. We can make use of it to perform operations in a mobile application. With these simplified SDK APIs, it is very easy to do normal database operations on DynamoDB. You just need to create a design database schema, and invoke various requests to add/delete and update database entries.
With the ease of integration with other AWS services, using DynamoDB for your mobile application gives you a great advantage. You can download the SDKs from the following URLs:
To get started, you ...