DOC-448(hotfix): Replace remaining awslocal references with lstk aws - #927
Merged
quetzalliwrites merged 2 commits intoSep 9, 2026
Conversation
…a docs The Durable Executions examples still used the deprecated awslocal wrapper while the rest of the page had already moved to lstk aws. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…Front, ELB, and S3 docs Same leftover awslocal wrapper found in the Lambda docs also lingered in these three services pages, which had otherwise already moved to lstk aws. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
quetzalliwrites
requested review from
HarshCasper,
bentsku,
dfangl,
giograno,
nik-localstack,
pinzon and
viren-nadkarni
as code owners
September 9, 2026 17:53
Deploying localstack-docs with
|
| Latest commit: |
7332175
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://829cbb9e.localstack-docs.pages.dev |
| Branch Preview URL: | https://doc-448-docs-aws-lambda-docs.localstack-docs.pages.dev |
quetzalliwrites
deleted the
doc-448-docs-aws-lambda-docs-still-reference-awslocal-instead-of
branch
September 9, 2026 18:23
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
awslocalwrapper while the rest of the page had already moved tolstk aws.awslocalusage incloudfront.mdx(14 instances),elb.mdx(3 instances), ands3.mdx(2 instances), all pages that had otherwise already migrated. Fixed those too so the whole AWS services section is consistent.Linear ticket
https://linear.app/localstack/issue/DOC-448/docs-aws-lambda-docs-still-reference-awslocal-instead-of-lstk
Test plan
npx astro buildcompletes successfully (417 pages built)grep -rn "awslocal" src/content/docs/aws/services/returns no results