docs(aws/tutorials): migrate /aws/tutorials section to use lstk - #875
Open
peter-smith-phd wants to merge 18 commits into
Open
docs(aws/tutorials): migrate /aws/tutorials section to use lstk#875peter-smith-phd wants to merge 18 commits into
lstk#875peter-smith-phd wants to merge 18 commits into
Conversation
Deploying localstack-docs with
|
| Latest commit: |
0901a29
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://234315fc.localstack-docs.pages.dev |
| Branch Preview URL: | https://devx-1030-migrate-tutorials.localstack-docs.pages.dev |
peter-smith-phd
marked this pull request as ready for review
August 18, 2026 22:43
peter-smith-phd
requested review from
HarshCasper,
quetzalliwrites and
remotesynth
as code owners
August 18, 2026 22:43
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.
Overview
Migrates the
/aws/tutorialssection to thelstkCLI, continuing the section-by-section migration in #862 / #800 / #815 / #789 / #792. Each of the 17 tutorials is converted fromlocalstack/awslocal/tflocal/cdklocalto the equivalentlstk,lstk aws, andlstk terraformcommands, with prerequisites and installation links repointed accordingly.In some tutorials, a small number of sentences were removed because they illustrated minor features that aren't supported by
lstk. This doesn't materially impact the overall tutorial.In general, this PR does not attempt to fix broken/stale tutorials, but instead focused on migrating to
lstk. There were however a few minor changes made, based on asking Claude to "run the tutorial" and report if it works or not.iam-policy-stream— the tutorial claimed that withIAM_SOFT_MODE=1theSendMessagecall is denied and the queue stays empty. However, Soft mode logs the violation but does not block the call, so the message is delivered.reproducible-machine-learning-cloud-pods— corrected the merge strategy names (account-region-mergeis the default;overwriteandservice-mergeare the others — the previously documented "basic merge" and "deep merge" do not exist).schema-evolution-glue-msk— deleted the "Testing the application" section. It was built on commands that do not exist (awslocal kafka-produce,awslocal kafka-consume,awslocal glue register-schema-version), and the example data did not match the rest of the tutorial.As a follow-up exercise, it's recommended that we perform each of these tutorials end-to-end, to find other things that have drifted over time.