Integrating DynamoDB with AEM 6.5 SPA | Community
Skip to main content
New Participant
October 17, 2024

Integrating DynamoDB with AEM 6.5 SPA

  • October 17, 2024
  • 3 replies
  • 1137 views

Hello Everyone,


I was trying to integrate this dynamoDB with AEM 6.5 SPA , added this dependency in core/pom.xml and also in parent pom.xml
dependency>

<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-dynamodb</artifactId>
<version>1.12.773</version>
</dependency>

=====================================================================
after running the mvn build ,able to see the below dependency in core/pom.xml included with the above one
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.12.773</version>
<scope>compile</scope>
</dependency>

Getting this error in my project bundle in bundle console
====================================
com.amazonaws.auth -- Cannot be resolved
com.amazonaws.client.builder -- Cannot be resolved
com.amazonaws.services.dynamodbv2 -- Cannot be resolved
com.amazonaws.services.dynamodbv2.document -- Cannot be resolved

and my bundle is change to installed state now.

Thanks in advance!

also @smacdonald2008 please help on with idea or suggestions to resolve.
as I have seen links(https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aws-package-cannot-be-resolved-by-felix-console/m-p/310940) but some links provided here are not working now, this is similar one you resolved the same. but this is in AEM 6.5 SPA
thanks in advance!!


This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

kautuk_sahni
Employee
November 5, 2024

@siva_thanu_m_s Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!

Kautuk Sahni
AMANATH_ULLAH
New Participant
October 18, 2024
New Participant
October 17, 2024

thanks @mukeshyadav_ 
but I have already referred this URL and tried those but still facing the same issues in bundle

thanks in advance!

MukeshYadav_
New Participant
October 17, 2024

It might be due to dependency version issue.

So you may try below version mentioned in any blog/thread which had worked for them.

You may refer https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aws-package-cannot-be-resolved-by-felix-console/m-p/310940 in case you haven't.

Thanks