Skip to content

Migrate from the localstack CLI to lstk - #2

Open
HarshCasper wants to merge 1 commit into
mainfrom
devx-1056-migrate-to-lstk
Open

Migrate from the localstack CLI to lstk#2
HarshCasper wants to merge 1 commit into
mainfrom
devx-1056-migrate-to-lstk

Conversation

@HarshCasper

Copy link
Copy Markdown
Member

Summary

  • Replace localstack/awslocal/samlocal invocations with lstk across the Makefile, README, and CI workflow.
  • Rename the default compose container to localstack-aws so lstk sam/lstk aws recognize the compose-managed emulator.
  • Remove the keepalive-workflow action from CI — its repository is blocked on GitHub, failing the job before any step runs (pre-existing, unrelated to the migration).

Testing

  • CI workflow run on this branch.

Part of DEVX-1056

DEBUG=1 localstack start -d
# Wait 30 seconds for the LocalStack container to become ready before timing out
LOCALSTACK_DEBUG=1 lstk start --non-interactive
# Wait for the LocalStack container to become ready before timing out

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Similar to comments in other samples - this is misleading, and we don't want humans/agents to copy this code.

- name: Checkout
uses: actions/checkout@v4

- uses: gautamkrishnar/keepalive-workflow@v1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I thought this is something we'd actually want, to make sure we continue to build these repos on a regular basis, even without any code changes. If this GitHub Action isn't the right one, is there a better package to add?

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