You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mirror the canonical Aurora DSQL SELECT FOR UPDATE guidance in the Kiro Power. This is part of a coordinated rollout; sibling PR links will be added after all PRs are opened.
Changes
Remove obsolete all-primary-key equality and single-table restrictions.
Reviewed the Kiro steering rollout finalized in commit 889603e with 16+ independent roles. Findings around Rails transaction boundaries, joined-query wording, lock-clause support, SQLSTATE 40001 retries, and 10 MiB locked-primary-key accounting were addressed in the canonical guidance and mirrored here.
Validation: the Kiro steering file is byte-identical to the canonical agent-plugin guidance.
A fresh 16-reviewer convergence pass was completed, followed by direct current-file verification. No unresolved behavioral or CI-blocking findings remain in commit 889603e.
Final validation: canonical and Kiro steering files are byte-identical, the agent-side deterministic suite passed 60 tests, and the MCP diff passes git diff --check. The full model eval infrastructure timed out before producing a subject response; details are recorded on the canonical agent-plugin PR.
mchenjh
changed the title
Update Aurora DSQL SELECT FOR UPDATE Kiro guidance
docs(aurora-dsql): update SELECT FOR UPDATE Kiro guidance
Sep 9, 2026
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
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.
Summary
Mirror the canonical Aurora DSQL SELECT FOR UPDATE guidance in the Kiro Power. This is part of a coordinated rollout; sibling PR links will be added after all PRs are opened.
Changes
User experience
Kiro now recommends supported SELECT FOR UPDATE query shapes and whole-transaction retry behavior without carrying the pre-GA restrictions.
Checklist
Is this a breaking change? N
RFC issue number: N/A
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.
Related rollout PRs