Skip to content

Commit d57657e

Browse files
committed
JAVA-10628: Create new aws-modules and move other aws related modules
inside it
1 parent dcde37b commit d57657e

96 files changed

Lines changed: 140 additions & 32 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-boot-2</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<relativePath>../parent-boot-2</relativePath>
14+
<relativePath>../../parent-boot-2</relativePath>
1515
</parent>
1616

1717
<dependencies>

aws-app-sync/src/main/java/com/baeldung/awsappsync/AppSyncClientHelper.java renamed to aws-modules/aws-app-sync/src/main/java/com/baeldung/awsappsync/AppSyncClientHelper.java

File renamed without changes.

aws-app-sync/src/main/java/com/baeldung/awsappsync/AwsAppSyncApplication.java renamed to aws-modules/aws-app-sync/src/main/java/com/baeldung/awsappsync/AwsAppSyncApplication.java

File renamed without changes.

aws-app-sync/src/test/java/com/baeldung/awsappsync/AwsAppSyncApplicationUnitTest.java renamed to aws-modules/aws-app-sync/src/test/java/com/baeldung/awsappsync/AwsAppSyncApplicationUnitTest.java

File renamed without changes.
Lines changed: 2 additions & 0 deletions

aws-lambda/lambda/sam-templates/template-implicit.yaml renamed to aws-modules/aws-lambda/lambda/sam-templates/template-implicit.yaml

File renamed without changes.

aws-lambda/lambda/sam-templates/template-inline-swagger.yaml renamed to aws-modules/aws-lambda/lambda/sam-templates/template-inline-swagger.yaml

File renamed without changes.

0 commit comments

Comments
 (0)