Skip to content

DOC-448(hotfix): Replace remaining awslocal references with lstk aws - #927

Merged
quetzalliwrites merged 2 commits into
mainfrom
doc-448-docs-aws-lambda-docs-still-reference-awslocal-instead-of
Sep 9, 2026
Merged

DOC-448(hotfix): Replace remaining awslocal references with lstk aws#927
quetzalliwrites merged 2 commits into
mainfrom
doc-448-docs-aws-lambda-docs-still-reference-awslocal-instead-of

Conversation

@quetzalliwrites

Copy link
Copy Markdown
Collaborator

Summary

  • Fixes the reported issue: the Durable Executions examples on the Lambda page still used the deprecated awslocal wrapper while the rest of the page had already moved to lstk aws.
  • While auditing for the same pattern, found the identical leftover awslocal usage in cloudfront.mdx (14 instances), elb.mdx (3 instances), and s3.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 build completes successfully (417 pages built)
  • Link validator confirms all internal links are valid
  • grep -rn "awslocal" src/content/docs/aws/services/ returns no results

quetzalliwrites and others added 2 commits September 9, 2026 19:42
…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>
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

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

View logs

@quetzalliwrites quetzalliwrites changed the title DOC-448: Replace remaining awslocal references with lstk aws DOC-448(hotfix): Replace remaining awslocal references with lstk aws Sep 9, 2026
@quetzalliwrites
quetzalliwrites merged commit 5c64f5c into main Sep 9, 2026
1 of 3 checks passed
@quetzalliwrites
quetzalliwrites deleted the doc-448-docs-aws-lambda-docs-still-reference-awslocal-instead-of branch September 9, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant