Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AWS proxy extension not starting because of stale imports #85

Merged
merged 5 commits into from
Nov 14, 2024

Conversation

RobertLucian
Copy link
Contributor

Description

This is directly causing the extension to not start. This is also happening as a consequence of us moving to version 4.0 of LocalStack.

This is currently blocking Audacy from running their local envs.

@RobertLucian RobertLucian added the bug Something isn't working label Nov 14, 2024
@RobertLucian RobertLucian self-assigned this Nov 14, 2024
# note: enable the line below temporarily for testing:
# CLI_PIP_PACKAGE = "git+https://github.com/localstack/localstack-extensions/@branch#egg=localstack-extension-aws-replicator&subdirectory=aws-replicator"
CLI_PIP_PACKAGE = "git+https://github.com/localstack/localstack-extensions/@fix/aws-proxy-extension#egg=localstack-extension-aws-replicator&subdirectory=aws-replicator"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Attempting to run this from this branch directly doesn't work because it also needs this line to be set to the branch, so in order for Audacy's issue to be fixed, we need a release for this.

@RobertLucian RobertLucian merged commit 3a0889a into main Nov 14, 2024
1 check passed
@RobertLucian RobertLucian deleted the fix/aws-proxy-extension branch November 14, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants