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 Aurora DSQL #8413

Closed
dacevedo12 opened this issue Dec 17, 2024 · 4 comments · Fixed by #8510
Closed

Support Aurora DSQL #8413

dacevedo12 opened this issue Dec 17, 2024 · 4 comments · Fixed by #8510

Comments

@dacevedo12
Copy link
Contributor

Fairly new service https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dsql.html

@bblommers
Copy link
Collaborator

Hi @dacevedo12! @cm-iwata was kind enough to already provide a PR for the create_cluster() operation. Which other operations/features do you want to see supported?

@dacevedo12
Copy link
Contributor Author

Thanks a lot! I think generate_db_connect_admin_auth_token and generate_db_connect_auth_token will be amongst the most used

@cm-iwata
Copy link
Contributor

In my opinion, implementing generate_db_connect_admin_auth_token and generate_db_connect_auth_token has little effect since these operations don't communicate with DSQL endpoints.
S3 generate_presigned_url performs a similar process, so its not have a moto's implementation.

@bblommers
Copy link
Collaborator

Thanks @cm-iwata - I'll close this then. Please let us know if you'd like to see any other features @dacevedo12.

(Keep in mind that Moto's implementation will always be a mock - i.e., you will not be able to actually connect to the endpoint generated by the generate_.._token methods.)

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

Successfully merging a pull request may close this issue.

4 participants