File tree 23 files changed +33
-246
lines changed
powertools-examples-batch
powertools-examples-cloudformation
powertools-examples-core-utilities
powertools-examples-idempotency
powertools-examples-parameters
powertools-examples-serialization
powertools-examples-validation
powertools-cloudformation
powertools-large-messages
src/main/java/software/amazon/lambda/powertools/validation/internal 23 files changed +33
-246
lines changed Original file line number Diff line number Diff line change 48
48
<plugin >
49
49
<groupId >org.apache.maven.plugins</groupId >
50
50
<artifactId >maven-deploy-plugin</artifactId >
51
+ <version >3.1.1</version >
51
52
<configuration >
52
53
<skip >true</skip >
53
54
</configuration >
Original file line number Diff line number Diff line change 137
137
<plugin >
138
138
<groupId >org.apache.maven.plugins</groupId >
139
139
<artifactId >maven-deploy-plugin</artifactId >
140
+ <version >3.1.1</version >
140
141
<configuration >
141
142
<skip >true</skip >
142
143
</configuration >
Original file line number Diff line number Diff line change 163
163
<plugin >
164
164
<groupId >org.apache.maven.plugins</groupId >
165
165
<artifactId >maven-deploy-plugin</artifactId >
166
+ <version >3.1.1</version >
166
167
<configuration >
167
168
<skip >true</skip >
168
169
</configuration >
Original file line number Diff line number Diff line change 132
132
<plugin >
133
133
<groupId >org.apache.maven.plugins</groupId >
134
134
<artifactId >maven-deploy-plugin</artifactId >
135
+ <version >3.1.1</version >
135
136
<configuration >
136
137
<skip >true</skip >
137
138
</configuration >
Original file line number Diff line number Diff line change 34
34
<plugin >
35
35
<groupId >org.apache.maven.plugins</groupId >
36
36
<artifactId >maven-deploy-plugin</artifactId >
37
+ <version >3.1.1</version >
37
38
<configuration >
38
39
<skip >true</skip >
39
40
</configuration >
Original file line number Diff line number Diff line change 129
129
<plugin >
130
130
<groupId >org.apache.maven.plugins</groupId >
131
131
<artifactId >maven-deploy-plugin</artifactId >
132
+ <version >3.1.1</version >
132
133
<configuration >
133
134
<skip >true</skip >
134
135
</configuration >
Original file line number Diff line number Diff line change 192
192
<plugin >
193
193
<groupId >org.apache.maven.plugins</groupId >
194
194
<artifactId >maven-deploy-plugin</artifactId >
195
+ <version >3.1.1</version >
195
196
<configuration >
196
197
<skip >true</skip >
197
198
</configuration >
Original file line number Diff line number Diff line change 102
102
<plugin >
103
103
<groupId >org.apache.maven.plugins</groupId >
104
104
<artifactId >maven-deploy-plugin</artifactId >
105
+ <version >3.1.1</version >
105
106
<configuration >
106
107
<skip >true</skip >
107
108
</configuration >
Original file line number Diff line number Diff line change 41
41
<plugin >
42
42
<groupId >org.apache.maven.plugins</groupId >
43
43
<artifactId >maven-deploy-plugin</artifactId >
44
+ <version >3.1.1</version >
44
45
<configuration >
45
46
<skip >true</skip >
46
47
</configuration >
Original file line number Diff line number Diff line change 106
106
<plugin >
107
107
<groupId >org.apache.maven.plugins</groupId >
108
108
<artifactId >maven-deploy-plugin</artifactId >
109
+ <version >3.1.1</version >
109
110
<configuration >
110
111
<skip >true</skip >
111
112
</configuration >
Original file line number Diff line number Diff line change 32
32
<system >GitHub Issues</system >
33
33
<url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
34
34
</issueManagement >
35
+
36
+ <scm >
37
+ <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
38
+ </scm >
39
+ <developers >
40
+ <developer >
41
+ <name >Powertools for AWS Lambda (Java) Team</name >
42
+ <organization >Amazon Web Services</organization >
43
+ <organizationUrl >https://aws.amazon.com/</organizationUrl >
44
+ </developer >
45
+ </developers >
46
+
47
+ <distributionManagement >
48
+ <snapshotRepository >
49
+ <id >ossrh</id >
50
+ <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
51
+ </snapshotRepository >
52
+ </distributionManagement >
53
+
35
54
<licenses >
36
55
<license >
37
56
<name >Apache License, Version 2.0</name >
56
75
<module >examples</module >
57
76
</modules >
58
77
59
- <scm >
60
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
61
- </scm >
62
-
63
- <developers >
64
- <developer >
65
- <name >Powertools for AWS Lambda (Java) team</name >
66
- <organization >Amazon Web Services</organization >
67
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
68
- </developer >
69
- </developers >
70
-
71
78
<properties >
72
79
<maven .compiler.source>1.8</maven .compiler.source>
73
80
<maven .compiler.target>1.8</maven .compiler.target>
94
101
<jmespath .version>0.5.1</jmespath .version>
95
102
</properties >
96
103
97
- <distributionManagement >
98
- <snapshotRepository >
99
- <id >ossrh</id >
100
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
101
- </snapshotRepository >
102
- </distributionManagement >
103
-
104
104
<dependencyManagement >
105
105
<dependencies >
106
106
<dependency >
Original file line number Diff line number Diff line change 32
32
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating
33
33
custom metrics asynchronously easier.
34
34
</description >
35
- <url >https://aws.amazon.com/lambda/</url >
36
- <issueManagement >
37
- <system >GitHub Issues</system >
38
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
39
- </issueManagement >
40
- <scm >
41
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
42
- </scm >
43
- <developers >
44
- <developer >
45
- <name >Powertools for AWS Lambda (Java) Team</name >
46
- <organization >Amazon Web Services</organization >
47
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
48
- </developer >
49
- </developers >
50
-
51
- <distributionManagement >
52
- <snapshotRepository >
53
- <id >ossrh</id >
54
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
55
- </snapshotRepository >
56
- </distributionManagement >
57
35
58
36
<dependencies >
59
37
<dependency >
Original file line number Diff line number Diff line change 29
29
30
30
<name >Powertools for AWS Lambda (Java) library Common Internal Utilities</name >
31
31
<description >Internal utilities shared by the Powertools for AWS Lambda (Java) modules. Do not use directly in your project.</description >
32
- <url >https://aws.amazon.com/lambda/</url >
33
- <issueManagement >
34
- <system >GitHub Issues</system >
35
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
36
- </issueManagement >
37
-
38
- <scm >
39
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
40
- </scm >
41
- <developers >
42
- <developer >
43
- <name >Powertools for AWS Lambda team</name >
44
- <organization >Amazon Web Services</organization >
45
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
46
- </developer >
47
- </developers >
48
-
49
- <distributionManagement >
50
- <snapshotRepository >
51
- <id >ossrh</id >
52
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
53
- </snapshotRepository >
54
- </distributionManagement >
55
32
56
33
<dependencies >
57
34
<dependency >
Original file line number Diff line number Diff line change 184
184
<plugin >
185
185
<groupId >org.apache.maven.plugins</groupId >
186
186
<artifactId >maven-deploy-plugin</artifactId >
187
+ <version >3.1.1</version >
187
188
<configuration >
188
189
<skip >true</skip >
189
190
</configuration >
Original file line number Diff line number Diff line change 31
31
<description >
32
32
33
33
</description >
34
- <url >https://aws.amazon.com/lambda/</url >
35
- <issueManagement >
36
- <system >GitHub Issues</system >
37
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
38
- </issueManagement >
39
- <scm >
40
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
41
- </scm >
42
- <developers >
43
- <developer >
44
- <name >Powertools for AWS Lambda team</name >
45
- <organization >Amazon Web Services</organization >
46
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
47
- </developer >
48
- </developers >
49
-
50
- <distributionManagement >
51
- <snapshotRepository >
52
- <id >ossrh</id >
53
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
54
- </snapshotRepository >
55
- </distributionManagement >
56
34
57
35
<dependencies >
58
36
<dependency >
Original file line number Diff line number Diff line change 31
31
32
32
<name >Powertools for AWS Lambda (Java) library Large messages</name >
33
33
34
- <issueManagement >
35
- <system >GitHub Issues</system >
36
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
37
- </issueManagement >
38
- <scm >
39
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
40
- </scm >
41
- <developers >
42
- <developer >
43
- <name >Powertools for AWS Lambda team</name >
44
- <organization >Amazon Web Services</organization >
45
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
46
- </developer >
47
- </developers >
48
-
49
- <distributionManagement >
50
- <snapshotRepository >
51
- <id >ossrh</id >
52
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
53
- </snapshotRepository >
54
- </distributionManagement >
55
-
56
34
<dependencies >
57
35
<dependency >
58
36
<groupId >software.amazon.lambda</groupId >
Original file line number Diff line number Diff line change 31
31
<description >
32
32
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
33
33
</description >
34
- <url >https://aws.amazon.com/lambda/</url >
35
- <issueManagement >
36
- <system >GitHub Issues</system >
37
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
38
- </issueManagement >
39
- <scm >
40
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
41
- </scm >
42
- <developers >
43
- <developer >
44
- <name >Powertools for AWS Lambda team</name >
45
- <organization >Amazon Web Services</organization >
46
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
47
- </developer >
48
- </developers >
49
-
50
- <distributionManagement >
51
- <snapshotRepository >
52
- <id >ossrh</id >
53
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
54
- </snapshotRepository >
55
- </distributionManagement >
56
34
57
35
<dependencies >
58
36
<dependency >
Original file line number Diff line number Diff line change 32
32
A suite of utilities for AWS Lambda Functions that make creating custom metrics via AWS Embedded Metric Format
33
33
asynchronously easier.
34
34
</description >
35
- <url >https://aws.amazon.com/lambda/</url >
36
- <issueManagement >
37
- <system >GitHub Issues</system >
38
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
39
- </issueManagement >
40
- <scm >
41
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
42
- </scm >
43
- <developers >
44
- <developer >
45
- <name >Powertools for AWS Lambda team</name >
46
- <organization >Amazon Web Services</organization >
47
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
48
- </developer >
49
- </developers >
50
-
51
- <distributionManagement >
52
- <snapshotRepository >
53
- <id >ossrh</id >
54
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
55
- </snapshotRepository >
56
- </distributionManagement >
57
35
58
36
<dependencies >
59
37
<dependency >
Original file line number Diff line number Diff line change 31
31
<description >
32
32
Set of utilities to retrieve parameters from Secrets Manager or SSM Parameter Store
33
33
</description >
34
- <url >https://aws.amazon.com/lambda/</url >
35
- <issueManagement >
36
- <system >GitHub Issues</system >
37
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
38
- </issueManagement >
39
- <scm >
40
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
41
- </scm >
42
- <developers >
43
- <developer >
44
- <name >Powertools for AWS Lambda team</name >
45
- <organization >Amazon Web Services</organization >
46
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
47
- </developer >
48
- </developers >
49
-
50
- <distributionManagement >
51
- <snapshotRepository >
52
- <id >ossrh</id >
53
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
54
- </snapshotRepository >
55
- </distributionManagement >
56
34
57
35
<dependencies >
58
36
<dependency >
Original file line number Diff line number Diff line change 31
31
<description >
32
32
33
33
</description >
34
- <url >https://aws.amazon.com/lambda/</url >
35
- <issueManagement >
36
- <system >GitHub Issues</system >
37
- <url >https://github.com/aws-powertools/powertools-lambda-java/issues</url >
38
- </issueManagement >
39
- <scm >
40
- <url >https://github.com/aws-powertools/powertools-lambda-java.git</url >
41
- </scm >
42
- <developers >
43
- <developer >
44
- <name >Powertools for AWS Lambda team</name >
45
- <organization >Amazon Web Services</organization >
46
- <organizationUrl >https://aws.amazon.com/</organizationUrl >
47
- </developer >
48
- </developers >
49
-
50
- <distributionManagement >
51
- <snapshotRepository >
52
- <id >ossrh</id >
53
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
54
- </snapshotRepository >
55
- </distributionManagement >
56
34
57
35
<dependencies >
58
36
<dependency >
You can’t perform that action at this time.
0 commit comments