Cannot import com.mypurecloud sdks in AWS Lambda Java project

Hi team,

Currently I am working in a custom solution using Java to import interaction data using Genesys cloud APIs in Eclipse.

I am currently using the project type as "AWS Lambda Java project " but I cannot create integration-action in Genesys Cloud with the Java 8 Lambda function.

Also, I cannot import genesys SDKs to implement important Genesys functions. For example, I cannot able to import SDKs like

1)import com.mypurecloud.sdk.v2.ApiClient;
2)import com.mypurecloud.sdk.v2.ApiResponse;
3)import com.mypurecloud.sdk.v2.Configuration;

I have attached the eclipse error message when I try to import the above SDKs. Any help with this issue will be highly appreciated to link the Genesys SDKs with AWS Lambda Java project.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.