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

Allow extension to support AWS Neptune #1475

Closed
krezchikov42 opened this issue Nov 11, 2024 · 1 comment
Closed

Allow extension to support AWS Neptune #1475

krezchikov42 opened this issue Nov 11, 2024 · 1 comment
Assignees

Comments

@krezchikov42
Copy link

Hello there!

I would like to use quarkus to be able to connect to AWS Neptune. I did not see that as one of the services that this extension supports. Would it be possible to get this extension to support AWS Neptune? In the ReadMe it says They also provide a common infrastructure to make it easy to add new ones. However, I did not see any additional documentation about this route. What would the steps that need to be taken to have it support a new AWS service?

@krezchikov42 krezchikov42 changed the title Neptune availability Allow extension to support AWS Neptune Nov 11, 2024
@scrocquesel
Copy link
Member

Easy but not automated for now. It is basically lot of copy/paste/replace.

You can review this PR #1476 for an overview of what should be added. As Neptune is only supported with the pro image of localstack, no need for now to add a devservice module nor an integration test. So just the extension module with deployment/runtime and the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants