Skip to content

Add endpoint config for Amazon Aurora DSQL#60

Merged
skyrpex merged 1 commit into
localstack:masterfrom
kakakakakku:dsql
Jul 21, 2026
Merged

Add endpoint config for Amazon Aurora DSQL#60
skyrpex merged 1 commit into
localstack:masterfrom
kakakakakku:dsql

Conversation

@kakakakakku

@kakakakakku kakakakakku commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Hi😀

LocalStack for AWS 2026.06.0 added support for Amazon Aurora DSQL.
https://blog.localstack.cloud/localstack-for-aws-release-2026-06-0/

This PR adds the dsql service to the endpoint configuration so that it can be used through localstack_client.
The changes follow the same pattern as a recent PR.

I also verified the change locally and it works good.

import localstack_client.session as session

try:
    dsql = session.Session().client('dsql')
except Exception as e:
    print(f"client('dsql') -> {e}")
    raise SystemExit(1)

print(f"client('dsql') -> endpoint: {dsql.meta.endpoint_url}")
$ PYTHONPATH=~/ghq/github.com/kakakakakku/localstack-python-client uv run main.py
client('dsql') -> endpoint: http://localhost:4566

Thank you!

@HarshCasper
HarshCasper self-requested a review July 20, 2026 12:56
@kakakakakku

Copy link
Copy Markdown
Contributor Author

@HarshCasper
Thank you for the approval and for triggering the GitHub Actions runs😀

All the CI jobs are currently failing, but this seems to be caused by the LocalStack CI license rather than my changes. The test fixture fails at localstack start -d with:

❌ Error: 
===============================================
License activation failed! 🔑❌

Is there anything I should do on my side?

@skyrpex

skyrpex commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

@kakakakakku hey 👋🏻 I reviewed and tested the changes: everything works perfectly fine. Nothing for you to do at all, will merge soon.

Thank you!

@skyrpex
skyrpex merged commit 4bee152 into localstack:master Jul 21, 2026
0 of 6 checks passed
@kakakakakku
kakakakakku deleted the dsql branch July 21, 2026 10:02
@kakakakakku

Copy link
Copy Markdown
Contributor Author

Thank you so much!

@skyrpex

skyrpex commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Thank you so much!

🚀 2.12 published https://pypi.org/project/localstack-client/2.12/

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

Successfully merging this pull request may close these issues.

3 participants