setup-localstack icon indicating copy to clipboard operation
setup-localstack copied to clipboard

Sets up LocalStack CLI in your GitHub Actions workflow ☁️

Results 11 setup-localstack issues
Sort by recently updated
recently updated
newest added

#Motivation Our custom action needs some love in the form of refactor into a modular setup for better maintainability and separation of modules. The vision would be a dynamic setup...

Using the `windows-2019` runner, this action produces this error: ``` Error: 'charmap' codec can't encode character '\U0001f4bb' in position 1: character maps to ``` It appears that this is a...

If you try to use this action via Act, e.g `act --container-architecture linux/amd64 -W .github/workflows/localstack.yml` You will get the error: `Expected format {org}/{repo}[/path]@ref. Actual '/startup' Input string was not in...

## Background With @remotesynth and @HarshCasper working on the blog post for ephemeral instances and application previews, they have identified the need for getting logs of LocalStack, in case the...

We're seeing this (started around 3 days ago) trying to run `[email protected]` in our GitHub Actions flow: ``` Prepare all required actions Run ./../../_actions/LocalStack/setup-localstack/v0.2.3/tools Run pip install --upgrade pip pip...

Hi! Thanks for creating this project. Localstack has been very helpful in testing SQS/SNS locally! I'm currently on the non-pro version. I just have one issue: in CI it takes...

With the [recent supply chain attack](https://arstechnica.com/information-technology/2025/03/supply-chain-attack-exposing-credentials-affects-23k-users-of-tj-actions/) on a popular GH Action, I noticed that this action has a transitive dependency on jenseng/dynamic-uses (which is a really clever chunk of code!)....

Hello! 👋 Thanks for providing this nice action, it makes our CI-Life much easier! :) We have a use-case where we use custom docker images which already have tools pre-installed....