diff --git a/aws/.DS_Store b/aws/.DS_Store index 219004b..06db482 100644 Binary files a/aws/.DS_Store and b/aws/.DS_Store differ diff --git a/aws/springdynamodb/README.md b/aws/springdynamodb/README.md index c282ba3..dced30a 100644 --- a/aws/springdynamodb/README.md +++ b/aws/springdynamodb/README.md @@ -8,4 +8,13 @@ Blog posts about this topic: * [Working with AWS DynamoDB and Spring ](https://reflectoring.io/spring-dynamodb/) +This is a nested Maven project composed of two modules: + +1. dynamodbec: Contains a Spring Boot project which uses Enhanced DynamoDB Client to make database operations on DynamoDB. + +2. dynamodbspringdata: Contains a Spring Boot project which uses Spring Data to perform operations on DynamoDB. + +In both projects, the Spring Boot dependency is added in the `dependencyManagement` block in `pom.xml` +. + diff --git a/aws/springdynamodb/dynamodbec/HELP.md b/aws/springdynamodb/dynamodbec/HELP.md deleted file mode 100644 index 8c7d8e4..0000000 --- a/aws/springdynamodb/dynamodbec/HELP.md +++ /dev/null @@ -1,17 +0,0 @@ -# Getting Started - -### Reference Documentation -For further reference, please consider the following sections: - -* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) -* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.5.0/maven-plugin/reference/html/) -* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.5.0/maven-plugin/reference/html/#build-image) -* [Spring Web](https://docs.spring.io/spring-boot/docs/2.5.0/reference/htmlsingle/#boot-features-developing-web-applications) - -### Guides -The following guides illustrate how to use some features concretely: - -* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/) -* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/) -* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/) -