File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Once you check out the code from GitHub, you can build it using Maven.
118
118
119
119
Note: The ` archetypes/archetype-lambda ` project requires that you have Python 3 in your path as ` python ` .
120
120
121
- ### Build a Specific Service Module
121
+ ### Building a Specific Service Module
122
122
123
123
This is the fastest option if you only need to build a certain sub-project like S3 or the DynamoDB Enhanced Client.
124
124
@@ -127,7 +127,7 @@ This is the fastest option if you only need to build a certain sub-project like
127
127
mvn clean install -pl :s3 -P quick --am
128
128
```
129
129
130
- ### Build the Entire Project
130
+ ### Building the Entire Project
131
131
132
132
Note that this can take quite a long time to complete.
133
133
You can’t perform that action at this time.
0 commit comments