Amazon DynamoDB Integration

This article helps any new developer who wants to connect to Amazon DynamoDB.

Prerequisites:

  • Developer should have working IDE
  • The developer should have an AWS account and have DynamoDb service added.
  • A sample DynamoDb Table to be created.

Configuration Needed:

In your class-path, you should have awsconfiguration.json created.  For android, these files should reside in the project folder -> res/raw folder.