Skip to content

Migrate from the localstack CLI to lstk - #6

Open
HarshCasper wants to merge 3 commits into
mainfrom
devx-1056-migrate-to-lstk
Open

Migrate from the localstack CLI to lstk#6
HarshCasper wants to merge 3 commits into
mainfrom
devx-1056-migrate-to-lstk

Conversation

@HarshCasper

Copy link
Copy Markdown
Member

Summary

  • Replace localstack/awslocal/cdklocal invocations with lstk across the Makefile, README, and CI workflow.

Testing

  • CI workflow run on this branch.

Part of DEVX-1056

Comment thread README.md
```

We specified `DEBUG=1` to get the printed LocalStack logs directly in the terminal to help us see the event-driven architecture in action. If you prefer running LocalStack in detached mode, you can add the `-d` flag to the `localstack start` command, and use Docker Desktop to view the logs.
We specified `DEBUG=1` to get the printed LocalStack logs directly in the terminal to help us see the event-driven architecture in action. If you prefer running LocalStack in detached mode, you can add the `--non-interactive` flag to the `lstk start` command, and use Docker Desktop to view the logs.

@peter-smith-phd peter-smith-phd Aug 24, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not correct, since lstk always run in a detached mode, and not just when --non-interactive is used.

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.

2 participants