DOC-431: Fix remaining localstack/awslocal/tflocal mentions in AWS docs - #928
Open
quetzalliwrites wants to merge 1 commit into
Open
Conversation
…lstk Sweeps the AWS docs for lingering references to the legacy `localstack` CLI and the `awslocal`/`tflocal`/`cdklocal` wrapper scripts that have lstk equivalents: - getting-started/faq.mdx: `localstack start`/`localstack --version` commands. Left the `--debug` flag and `auth show-token` mentions alone, since lstk has no documented equivalent for either. - getting-started/ci-cd.mdx: rewrote the CI provider tabs to mirror the already-migrated per-provider guides under /aws/ci-pipelines/. - services/elb.mdx: GATEWAY_LISTEN startup example now uses LOCALSTACK_GATEWAY_LISTEN with lstk start. - security-testing/iam-policy-simulator.md and iam-policy-enforcement.md, developer-tools/aws-replicator/index.mdx, quickstart-library/k8s-quickstart.md, getting-started/local-development.mdx, getting-started/ai-workflows.mdx: awslocal/tflocal -> lstk aws/lstk terraform. Left tutorials/ephemeral-application-previews.mdx untouched: it documents Ephemeral Instances, which the lstk migration guide lists as not yet supported by lstk, so its awslocal/cdklocal usage is still correct. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
quetzalliwrites
requested review from
HarshCasper,
nik-localstack and
remotesynth
as code owners
September 9, 2026 18:53
Deploying localstack-docs with
|
| Latest commit: |
693d4dc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://287a74c8.localstack-docs.pages.dev |
| Branch Preview URL: | https://doc-431-docs-aws-fix-remaini.localstack-docs.pages.dev |
nik-localstack
requested changes
Sep 10, 2026
nik-localstack
left a comment
Contributor
There was a problem hiding this comment.
I couldn't verify the elb change. Please take a look.
|
|
||
| ```bash | ||
| GATEWAY_LISTEN=0.0.0.0:4566,0.0.0.0:80,0.0.0.0:8080 localstack start | ||
| LOCALSTACK_GATEWAY_LISTEN=0.0.0.0:4566,0.0.0.0:80,0.0.0.0:8080 lstk start |
Contributor
There was a problem hiding this comment.
For me this doesn't forward the environment variable in the LocalStack container. You probably have to use a lstk config file to achieve this.
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
Sweeps the AWS docs for remaining mentions of the legacy
localstackCLI and theawslocal/tflocal/cdklocalwrapper scripts that havelstkequivalents:localstack start/localstack --version→lstk start/lstk --version. Left the host-side--debugflag andlocalstack auth show-tokenalone — neither has a documentedlstkequivalent./aws/ci-pipelines/.GATEWAY_LISTEN=... localstack startexample now usesLOCALSTACK_GATEWAY_LISTEN=... lstk start, matching howlstk startforwardsLOCALSTACK_-prefixed host env vars into the container.awslocal/tflocal→lstk aws/lstk terraform.Deliberately left unchanged:
tutorials/ephemeral-application-previews.mdx. The ticket flagged itsawslocal/cdklocalmentions, but the whole tutorial documents Ephemeral Instances, which the lstk migration guide explicitly lists as not yet supported bylstk(thelocalstackCLI is still required). Converting those mentions would document a workflow that doesn't actually work. cc @mmaureenliuLinear ticket
https://linear.app/localstack/issue/DOC-431/docs-aws-fix-remaining-mention-of-localstack-that-should-be-lstk-in
Test plan
npx astro buildcompletes successfully (417 pages built)awslocal/tflocal/cdklocal/barelocalstackcommand references in the files the ticket calls out, aside from the deliberate exception noted above