localstack / localstack/localstack-extensions

Error: No such command 'proxy'.

Open
#99 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
47
Forks
19
Avg merge
2h 2m
Merged PRs (30d)
1

Description

Running on windows if it matters.

I have installed the replicator extension CLI package:

pip install localstack-extension-aws-replicator
Requirement already satisfied: localstack-extension-aws-replicator in c:\users\redacted\appdata\local\programs\python\python313\lib\site-packages (0.1.24)

I try to run the extension:

localstack aws proxy -c proxy_config.yml
Usage: localstack.exe aws [OPTIONS] COMMAND [ARGS]...
Try 'localstack.exe aws -h' for help.

Error: No such command 'proxy'.

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

Start by reproducing the Windows command from the issue with the installed localstack-extension-aws-replicator package and inspect the localstack aws CLI entry point and its command registration. Determine why proxy is not available, then verify that the extension command is recognized and accepts -c proxy_config.yml.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.