docs(aws/customization): migrate /aws/customization section to use lstk - #862
Draft
peter-smith-phd wants to merge 5 commits into
Draft
docs(aws/customization): migrate /aws/customization section to use lstk#862peter-smith-phd wants to merge 5 commits into
lstk#862peter-smith-phd wants to merge 5 commits into
Conversation
Deploying localstack-docs with
|
| Latest commit: |
38717b2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f6e53230.localstack-docs.pages.dev |
| Branch Preview URL: | https://devx-993-migrate-to-lstk.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.
Migrates the
/aws/customizationsection tolstk, following on from #789, #792 and #800.Configuration
LOCALSTACK_DEBUG=1 lstk startas the simplest way to set a config option, keeping the[env.*]profile form as the alternative.~/.localstack/*.env+CONFIG_PROFILEmechanism, whichlstkreplaces with named[env.*]tables. Fixed the two in-page links that pointed at it.CONFIG_PROFILE,CONFIG_DIR) with a pointer to thelstkconfig reference, and movedLOCALSTACK_VOLUME_DIRinto the Docker section, where it still applies.Networking
dns-server: replaced the--host-dnsflag withexpose_ports = [53]inconfig.toml. Added a caution thatlocalstack dns systemd-resolvedis only available in the deprecated CLI.route53: sameexpose_portschange, now cross-linked to the DNS page.external-port-range: dropped the legacy CLI tab from the multi-instance example, leaving docker-compose as the only form (running several instances has nolstkequivalent).accessing-endpoint-url: converted the "From your container" CLI tab tolstk start. The pre-2.3.0 examples are intentionally left on the legacy CLI, since they document historical versions.Multi-account
cross-account-accessandmulti-account-setupsnow uselstk aws --account <id>as the primary form, withAWS_ACCESS_KEY_IDnoted as an alternative.Marked as legacy-only
Extensions (index, managing, developing) and DevContainers keep the legacy
localstackCLI, and now say so explicitly with a link to the deprecated CLI page.lstkhas noextensionscommand suite, and the upstream devcontainer-template repo installs the legacy CLI.Not migrated
podmanandrancher-desktopstill uselocalstack startwithDOCKER_CMD, which has nolstkequivalent. Neither page states this yet.accessing-endpoint-url"From your container" still needs a user-defined Docker network andlocalstack wait;lstksupports neither.Notes for review
Three
lstkfeatures referenced here are not yet documented on thelstkpage:expose_ports,lstk aws --account, andAWS_ACCESS_KEY_IDpass-through.🤖 Generated with Claude Code