Skip to content

aws-proxy: remove source code, keep README with PyPI install instructions#134

Open
whummer wants to merge 2 commits into
mainfrom
remove-aws-proxy-code
Open

aws-proxy: remove source code, keep README with PyPI install instructions#134
whummer wants to merge 2 commits into
mainfrom
remove-aws-proxy-code

Conversation

@whummer
Copy link
Copy Markdown
Member

@whummer whummer commented May 15, 2026

Summary

  • Removes all source code from the aws-proxy extension (code has moved elsewhere)
  • Keeps README.md with simplified installation instructions pointing to PyPI (localstack extensions install localstack-extension-aws-proxy)
  • Removed: aws_proxy/, tests/, example/, etc/, pyproject.toml, Makefile, MANIFEST.in, AGENTS.md

Test plan

  • Verify aws-proxy/README.md is the only remaining tracked file in the directory
  • Confirm README install instructions reference PyPI, not source

whummer and others added 2 commits May 15, 2026 11:00
…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>
@whummer whummer marked this pull request as ready for review May 15, 2026 10:11
@whummer whummer requested a review from nik-localstack as a code owner May 15, 2026 10:11
Comment thread aws-proxy/README.md
========================================
AWS Cloud Proxy Extension
=========================
[![Install LocalStack Extension](https://localstack.cloud/gh/extension-badge.svg)](https://app.localstack.cloud/extensions/remote?url=git+https://github.com/localstack/localstack-extensions/#egg=localstack-extension-aws-proxy&subdirectory=aws-proxy)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about the impact on the console side, but this link still points to this repository. Is it expected?

Comment thread aws-proxy/README.md
## 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:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants