docs(aws/developer-tools): migrate /aws/developer-tools section to use lstk#815
Open
peter-smith-phd wants to merge 1 commit into
Open
Conversation
Deploying localstack-docs with
|
| Latest commit: |
b10e2c6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f88e10d6.localstack-docs.pages.dev |
| Branch Preview URL: | https://devx-991-migrate-developer-t.localstack-docs.pages.dev |
peter-smith-phd
changed the base branch from
main
to
doc-312-aws-docs-to-use-lstk
July 23, 2026 21:25
peter-smith-phd
force-pushed
the
doc-312-aws-docs-to-use-lstk
branch
from
July 23, 2026 21:55
3d31485 to
b0fb87d
Compare
…e `lstk` Rebrands the legacy `localstack` CLI reference page as deprecated (moved to the end of the sidebar) and makes `lstk` the recommended tool across the developer-tools section, converting `localstack start`/`awslocal`/`cdklocal` usage to `lstk start`/`lstk aws`/`lstk cdk` equivalents in the lambda-tools and security-testing pages. Not yet migrated to `lstk` (noted in-page, still require the legacy CLI or wrapper scripts): - AWS Replicator (aws-replicator) - LocalStack MCP Server, including its cdklocal/tflocal/samlocal/awslocal dependencies - Ephemeral Instances - IAM Policy Stream's `iam stream` subcommand (lstk has no `iam` command group) Snapshots (Cloud Pods, persistence, etc.) are intentionally out of scope here and will be migrated in a separate PR.
peter-smith-phd
force-pushed
the
devx-991-migrate-developer-tools-to-lstk
branch
from
July 23, 2026 22:08
f333aa5 to
b10e2c6
Compare
peter-smith-phd
marked this pull request as ready for review
July 23, 2026 22:14
peter-smith-phd
requested review from
HarshCasper,
quetzalliwrites and
remotesynth
as code owners
July 23, 2026 22:14
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.
Summary
Update the "Developer Tools" section to use
lstk, rather than the legacylocalstackCLI orxxxlocalwrapper scripts. This PR covers all parts of "Developer Tools", with the exception of "Snapshots" which is a much bigger change (for another PR).Note that several "preview" features are not currently supported by
lstk(and may never be supported), so were marked with "continue to uselocalstack" call-outs:lstkdoesn't support it yet, and it'll likely be added tolstk deploylocalstackCLI. Discussions on the correct strategy are ongoing.lstkdoesn't support these, and will likely be replaced by a new "Cloud Sandboxes" feature.localstack aws iam streamcommand — Will likely be merged into App Inspector.All changes were manually reviewed, and all pages were studied end-to-end to avoid missing anything.