Skip to content

docs(lstk): migrate Snowflake CI page from localstack CLI to lstk - #880

Open
peter-smith-phd wants to merge 1 commit into
aws-docs-release-augustfrom
pro-339-continuous-integration
Open

docs(lstk): migrate Snowflake CI page from localstack CLI to lstk#880
peter-smith-phd wants to merge 1 commit into
aws-docs-release-augustfrom
pro-339-continuous-integration

Conversation

@peter-smith-phd

@peter-smith-phd peter-smith-phd commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Summary

As requested by @mmaureenliu , I've migrated the Snowflake Continuous Integration page to use lstk. This is for the GitHub Actions, GitLab CI, and CircleCI systems, based on the work I did for the AWS CI-Pipelines section. Note that I was only able to fully test the GitHub Actions code snippets, as I don't currently have an account on GitLab or CircleCI.

@quetzalliwrites Please note that this PR is incorrectly based off aws-docs-release-august, since I couldn't find a snowflake-docs-release-august branch.

Completes PRO-339

Replace the `localstack` CLI commands in the Snowflake continuous
integration guide with their `lstk` equivalents:

- `pip install localstack` -> `npm install -g @localstack/lstk`
- `localstack start --stack snowflake -d` -> `lstk start --type snowflake
  --non-interactive`
- `localstack wait -t 15` -> `--timeout 90s` on `start`; `lstk start`
  blocks on a container health poll and has no detach flag, so a
  separate wait step is no longer needed
- drop the explicit `docker pull`, since `lstk` pulls the image itself

Also fix a pre-existing bug in the GitHub Actions example, where `run:`
without a block scalar meant only the first line ever executed, and
adjust the per-provider setup steps (drop the CircleCI python orb, swap
the GitLab python toolchain for nodejs/npm).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@peter-smith-phd
peter-smith-phd changed the base branch from main to aws-docs-release-august August 20, 2026 22:23
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 283d01b
Status: ✅  Deploy successful!
Preview URL: https://d28fad9e.localstack-docs.pages.dev
Branch Preview URL: https://pro-339-continuous-integrati.localstack-docs.pages.dev

View logs

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.

1 participant