To get started
- Create and populate Amazon DynamoDB "Forum", "Thread" and "Reply" tables as described in Amazon's example tutorials:
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/JavaQueryScanORMModelExample.html
-
Populate the src/main/resources/environment.properties file with your DynamoDB endpoint, and AWS credentials.
-
mvn jetty:run
-
Access http://localhost:8080 and explore a simple REST CRUD API for the Reply,Thread and Forum objects.
Demos use of spring-data-rest to export DynamoDB spring-data repositories using the spring-data-dynamodb project