File tree Expand file tree Collapse file tree 7 files changed +11
-6
lines changed
powertools-examples-idempotency
powertools-examples-parameters
powertools-examples-serialization
powertools-examples-validation Expand file tree Collapse file tree 7 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 49
49
<module >powertools-examples-validation</module >
50
50
</modules >
51
51
52
+ <!-- Don't deploy the examples -->
53
+ <properties >
54
+ <maven .deploy.skip>true</maven .deploy.skip>
55
+ </properties >
56
+
52
57
</project >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >powertools-examples-core</artifactId >
5
5
<packaging >jar</packaging >
6
- <name >A sample Hello World created for SAM CLI using powertools core utilities </name >
6
+ <name >AWS Lambda Powertools for Java library Examples - Core </name >
7
7
8
8
<parent >
9
9
<artifactId >powertools-examples</artifactId >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >powertools-examples-idempotency</artifactId >
5
5
<packaging >jar</packaging >
6
- <name >A sample Hello World using powertools idempotency </name >
6
+ <name >AWS Lambda Powertools for Java library Examples - Idempotency </name >
7
7
8
8
<parent >
9
9
<artifactId >powertools-examples</artifactId >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >powertools-examples-parameters</artifactId >
5
5
<packaging >jar</packaging >
6
- <name >Sample app demoing parameters utility of Powertools. </name >
6
+ <name >AWS Lambda Powertools for Java library Examples - Parameters </name >
7
7
8
8
<parent >
9
9
<artifactId >powertools-examples</artifactId >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >powertools-examples-serialization</artifactId >
5
5
<packaging >jar</packaging >
6
- <name >Sample app demoing serialization utility of Powertools. </name >
6
+ <name >AWS Lambda Powertools for Java library Examples - Serialization </name >
7
7
8
8
<parent >
9
9
<artifactId >powertools-examples</artifactId >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >powertools-examples-sqs</artifactId >
5
5
<packaging >jar</packaging >
6
- <name >Sample app demoing SQS Batch Processing utility of Powertools. </name >
6
+ <name >AWS Lambda Powertools for Java library Examples - SQS </name >
7
7
8
8
<parent >
9
9
<artifactId >powertools-examples</artifactId >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >powertools-examples-validation</artifactId >
5
5
<packaging >jar</packaging >
6
- <name >Sample app demoing validation utility of Powertools. </name >
6
+ <name >AWS Lambda Powertools for Java library Examples - Validation </name >
7
7
8
8
<parent >
9
9
<artifactId >powertools-parent</artifactId >
You can’t perform that action at this time.
0 commit comments