Skip to content

Improve/Fix documentation to correctly define aspectLibrary in pom.xml for Powertool idempotency for v2 #1785

Closed
@Vadym79

Description

@Vadym79

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

No one assigned

    Labels

    documentationImprovements or additions to documentationv2Version 2

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions