aws-proxy: remove source code, keep README with PyPI install instructions#134
Open
whummer wants to merge 2 commits into
Open
aws-proxy: remove source code, keep README with PyPI install instructions#134whummer wants to merge 2 commits into
whummer wants to merge 2 commits into
Conversation
…ions Code has moved elsewhere; the extension directory now contains only a README pointing users to install via `localstack extensions install`. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
nik-localstack
approved these changes
May 15, 2026
| ======================================== | ||
| AWS Cloud Proxy Extension | ||
| ========================= | ||
| [](https://app.localstack.cloud/extensions/remote?url=git+https://github.com/localstack/localstack-extensions/#egg=localstack-extension-aws-proxy&subdirectory=aws-proxy) |
Contributor
There was a problem hiding this comment.
Not sure about the impact on the console side, but this link still points to this repository. Is it expected?
| ## Installation | ||
|
|
||
| The AWS Cloud Proxy can be used to forward certain API calls in LocalStack to real AWS, in order to enable seamless transition between local and remote resources. | ||
| Install the extension via the LocalStack CLI: |
Contributor
There was a problem hiding this comment.
follow-up: would it make sense to move these instructions entirely to our docs and point our users there ? That way we will have a single source of truth on how to run the extension and we won't need to change anything here again.
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
aws-proxyextension (code has moved elsewhere)README.mdwith simplified installation instructions pointing to PyPI (localstack extensions install localstack-extension-aws-proxy)aws_proxy/,tests/,example/,etc/,pyproject.toml,Makefile,MANIFEST.in,AGENTS.mdTest plan
aws-proxy/README.mdis the only remaining tracked file in the directory