docs(aws/services): migrate awslocal/samlocal/localstack CLI references to lstk#789
Open
peter-smith-phd wants to merge 4 commits into
Open
Conversation
Mechanical find-and-replace across all AWS service docs pages, swapping references to the legacy awslocal wrapper script and CLI links for the new lstk aws command. No content or structural changes beyond the CLI rename. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
lstk recently gained a drop-in lstk sam command, so this service page no longer needs the samlocal wrapper-script exception. Links to the main lstk page since lstk sam doesn't have its own docs section yet. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…s and mounts Use the LOCALSTACK_-prefixed env var alias (any config var can be set as LOCALSTACK_<VAR> in docker) so DEFAULT_BEDROCK_MODEL, EKS_K3D_CLUSTER_TOKEN, EKS_K8S_PROVIDER, and GATEWAY_LISTEN forward correctly through lstk's LOCALSTACK_* passthrough. Also switch the stepfunctions.mdx CLI tab to lstk, mounting the mock config file via config.toml's volumes field since lstk start has no --volume flag. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Complete the lstk migration by fixing the last generic "LocalStack CLI" prose reference caught in the aws/services audit. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Deploying localstack-docs with
|
| Latest commit: |
1f987d6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5162c6a2.localstack-docs.pages.dev |
| Branch Preview URL: | https://devx-988-aws-docs-to-lstk-lo.localstack-docs.pages.dev |
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
This the first of many PRs to migrate the docs from the "LocalStack CLI" to the new
lstk. The changes will be accumulated into thedocs-312-aws-docs-to-use-lstk(the target branch of this PR), so it can later be merged into the monthly release branch without a detailed review (probablyaws-docs-release-august).This PR addresses the
/aws/servicessection:awslocalreferences across all AWS service docs withlstk awssamlocalreferences tolstk samLOCALSTACK_*passthrough) and volume mountslocalstack startinvocation and a generic "LocalStack CLI" prose mention caught in a follow-up audit ofaws/servicesNote: there are still two places in
/aws/servicesthat have not migrated, simply because the necessarylstkoptions don't yet exist. The Linear issues are:--network) inlstk--dns-host(or similar) option to export network portsPart of DEVX-988.