Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Product Advertising API #1405

Closed
1 task
aschulz90 opened this issue Sep 15, 2024 · 2 comments
Closed
1 task

Support for Product Advertising API #1405

aschulz90 opened this issue Sep 15, 2024 · 2 comments
Labels
feature-request A feature should be added or improved. third-party This issue is related to third-party libraries or applications.

Comments

@aschulz90
Copy link

Describe the feature

Please add a service for the Product Advertising API to query products off of Amazon.

Is your feature request related to a problem?

The PAAPI documentation provides a Java SDK, but the latest version is only distributed as a zip and the last published version is from 2017 (Maven).
It would be great if the ProductAdvertisingAPI AWS service could directly be queried through this Kotlin SDK instead.

Proposed Solution

No response

Describe alternative solutions or features you've considered

Since the service is just signed HTTP requests, one can maintain the request and response models by themself; and then sign the request as described here.

Acknowledge

  • I may be able to implement this feature request

AWS SDK for Kotlin version

v1.3.32

Platform (JVM/JS/Native)

JVM

Operating system and version

All

@aschulz90 aschulz90 added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Sep 15, 2024
@lauzadis
Copy link
Member

Hello, thanks for submitting this request.

The PAAPI SDKs are maintained by the PAAPI team and the AWS SDK for Kotlin is unable to implement support for it in the way we do for AWS services. I've opened an internal feature request to their team (PAAPI-FR-172).

In the meantime, the PAAPI team does offer documentation on making requests without an SDK, and you've correctly identified how to sign SigV4 requests yourself using the AWS SDK for Kotlin's signer. I would recommend pursuing that route. Let me know if you have any questions with this process!

@lauzadis lauzadis added third-party This issue is related to third-party libraries or applications. and removed needs-triage This issue or PR still needs to be triaged. labels Sep 16, 2024
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. third-party This issue is related to third-party libraries or applications.
Projects
None yet
Development

No branches or pull requests

2 participants