File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<modules >
30
30
<module >powertools-core</module >
31
+ <module >powertools-utilities</module >
31
32
<module >powertools-logging</module >
32
33
<module >powertools-tracing</module >
33
34
<module >powertools-sqs</module >
36
37
<module >powertools-validation</module >
37
38
<module >powertools-test-suite</module >
38
39
<module >powertools-cloudformation</module >
40
+ <module >powertools-idempotency</module >
39
41
</modules >
40
42
41
43
<scm >
105
107
<artifactId >powertools-tracing</artifactId >
106
108
<version >${project.version} </version >
107
109
</dependency >
110
+ <dependency >
111
+ <groupId >software.amazon.lambda</groupId >
112
+ <artifactId >powertools-utilities</artifactId >
113
+ <version >${project.version} </version >
114
+ </dependency >
108
115
<dependency >
109
116
<groupId >com.amazonaws</groupId >
110
117
<artifactId >aws-lambda-java-core</artifactId >
Original file line number Diff line number Diff line change 28
28
<Class name =" software.amazon.lambda.powertools.logging.internal.AbstractJacksonLayoutCopy$LogEventWithAdditionalFields" />
29
29
<Method name =" getAdditionalFields" />
30
30
</And >
31
+ <And >
32
+ <Class name =" software.amazon.lambda.powertools.idempotency.Idempotency" />
33
+ <Method name =" getPersistenceStore" />
34
+ </And >
31
35
</Or >
32
36
</Match >
33
37
<Match >
61
65
<Class name =" software.amazon.lambda.powertools.parameters.transform.TransformationManager" />
62
66
<Field name =" transformer" />
63
67
</And >
68
+ <And >
69
+ <Class name =" software.amazon.lambda.powertools.idempotency.Idempotency$Config" />
70
+ <Field name =" store" />
71
+ </And >
72
+ <And >
73
+ <Class name =" software.amazon.lambda.powertools.idempotency.internal.IdempotencyHandler" />
74
+ <Field name =" pjp" />
75
+ </And >
76
+ <And >
77
+ <Class name =" software.amazon.lambda.powertools.idempotency.persistence.DynamoDBPersistenceStore$Builder" />
78
+ <Field name =" dynamoDbClient" />
79
+ </And >
64
80
</Or >
65
81
</Match >
66
82
<!-- Functionally needed-->
You can’t perform that action at this time.
0 commit comments