feat: add clientless LocalStack service - #156
Draft
cofin wants to merge 2 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/podman-support #156 +/- ##
=======================================================
- Coverage 11.95% 1.32% -10.64%
=======================================================
Files 24 25 +1
Lines 2082 2183 +101
Branches 169 182 +13
=======================================================
- Hits 249 29 -220
- Misses 1798 2154 +356
+ Partials 35 0 -35 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
cofin
force-pushed
the
feat/podman-support
branch
from
July 22, 2026 15:56
e106a3e to
5eee24d
Compare
cofin
force-pushed
the
feat/localstack-service
branch
from
July 22, 2026 15:57
bdad00f to
d5f0601
Compare
cofin
force-pushed
the
feat/localstack-service
branch
from
July 22, 2026 17:05
d5f0601 to
b8b036e
Compare
|
Why not MiniStack? https://ministack.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n\n- add a LocalStack SQS service using awslocal or the bundled aws CLI inside the container\n- support shared worker prefixes and per-worker server isolation\n- document image overrides and register one-provider selective CI ownership\n\n## Validation\n\n- provider tests: 5 passed\n- Ruff, mypy, pyright, and docs passed\n- selector: 1 provider job, 1 image pull\n- no boto3, Python client dependency, or lockfile change\n\nPart of #150.