localstack / localstack/setup-localstack

Instructions on how to run localstack as a service

Open
#45 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
40
Forks
13
PR merge metrics
No merged PRs in 30d

Description

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 to:

  • installing python dependencies
  • pulling a docker image

but docker actions supports running docker images as services directly. Is this possible? If so, wouldn't that be preferrable?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue concerns the GitHub Actions workflow, Docker service containers, and the Python dependency installation; start by examining how the action currently performs those setup steps. Compare that behavior with GitHub Actions support for Docker service images, and define done as documenting or enabling a service-based setup that addresses the reported startup overhead.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, github-actions
Domain
ci-cd, cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.