Skip to content

Migrate from the localstack CLI to lstk - #9

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

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

Conversation

@HarshCasper

@HarshCasper HarshCasper commented Aug 18, 2026

Copy link
Copy Markdown
Member

Summary

  • Replace localstack/awslocal/cdklocal invocations with lstk across the Makefile, README, and both CI workflows.
  • Replace the setup-localstack and cloud-pods actions in pods.yml with npm install -g @localstack/lstk + lstk start + lstk snapshot load pod:loan-broker-infra.
  • Bump the aws-cdk CLI pin from 2.70.0 to 2.1133.0 (lstk requires ≥ 2.177.0); aws-cdk-lib is unchanged.

Testing

  • CI workflow run on this branch.

Part of DEVX-1056

Note: the Cloud Pods workflow fails because the loan-broker-infra pod no longer exists on the LocalStack platform (verified via lstk snapshot list). Pre-existing — the legacy cloud-pods action would fail the same way. The pod needs to be re-created and saved once for that workflow to pass.

@peter-smith-phd peter-smith-phd left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Tests are failing. I'll review the code once they pass.

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