Closed
Description
What were you searching in the docs?
For preview of v2 this page states that the following dependency needs to be defined in the pom.xml
<plugin>
<aspectLibraries>
<aspectLibrary>
<groupId>software.amazon.lambda</groupId>
<artifactId>powertools-idempotency-dynamodb</artifactId>
</aspectLibrary>
</aspectLibraries>
</plugin>
My tests revealed that instead of artifact id "powertools-idempotency-dynamodb", artifact id "powertools-idempotency-core" needs to be defined, see my working example.
Is this related to an existing documentation section?
https://docs.powertools.aws.dev/lambda/java/preview/utilities/idempotency/
How can we improve?
My tests revealed that instead of artifact id "powertools-idempotency-dynamodb", artifact id "powertools-idempotency-core" needs to be defined, see my working example.
Got a suggestion in mind?
User powertools-idempotency-core instead
Acknowledgment
- I understand the final update might be different from my proposed suggestion, or refused.
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog