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.

Assessment

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

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.

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?

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

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.

More from localstack/setup-localstack

All issues in localstack/setup-localstack

Similar issues

More Shell/Bash issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.