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

Sets up LocalStack CLI in your GitHub Actions workflow ☁️

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

Hi! Thanks for creating an maintaining this! When setting up localstack, the action spends around 60 seconds on setup. This seems excessive, and most of the time seems to go...

## Description This pull request enhances the `setup-localstack` action by introducing a new input, `image-name`. This allows users to specify a full Docker image name, including a custom registry (e.g.,...

I have the error 'jq: error (at :1): Cannot index boolean with string "instance_name"' when get instances request returns empty list ` list_response=$(curl -X GET \ -H "ls-api-key: ${LOCALSTACK_AUTH_TOKEN:-${LOCALSTACK_API_KEY:-${{ inputs.localstack-api-key...