Document Aurora DSQL service (DOC-304)#723
Merged
Merged
Conversation
Add docs for the new Aurora DSQL control-plane emulation (localstack-pro#7374): cluster CRUD, connecting via psql, tags, cluster policies, streams, and VPC endpoint, along with current limitations (no CloudFormation support yet). Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Verified every documented command against localstack-pro 2026.6.0: - fix create-stream: target-definition uses `kinesis` (not `kinesisConfiguration`) and `--ordering UNORDERED` (only valid value) - use UUID-style cluster/stream identifiers, matching what LocalStack returns - render creationTime as an epoch float, matching the AWS CLI output Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Deploying localstack-docs with
|
| Latest commit: |
b0d301c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://16476262.localstack-docs.pages.dev |
| Branch Preview URL: | https://docs-dsql-service.localstack-docs.pages.dev |
quetzalliwrites
approved these changes
Jun 24, 2026
quetzalliwrites
left a comment
Collaborator
There was a problem hiding this comment.
oh wow, this is fantastic! ty
| } | ||
| ``` | ||
|
|
||
| ## Connect to the cluster |
Collaborator
There was a problem hiding this comment.
are we sure this is it's own H2 and not part of the Getting started H2 section?
Contributor
Author
There was a problem hiding this comment.
Good catch. I have fixed that and a few other details.
Demote the section to an H3 and move it before 'Delete a cluster' so the getting-started flow reads create -> inspect -> connect -> delete, per review feedback. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Note in the limitations that data-plane data is not persisted yet. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Add docs for the new Aurora DSQL control-plane emulation (localstack-pro#7374, EE2-298) cluster CRUD, connecting via psql, tags, cluster policies, streams, and VPC endpoint, along with current limitations (no CloudFormation support yet).