Remove usages of deprecated LocalStack code features in AWS replicator
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 35/100
Research direction
Start by locating the AWS Replicator usages of localstack.utils.server.http2_server.run_server and localstack.aws.api.HttpRequest, then review the linked localstack PRs for the compatibility context. Done means removing those deprecated usages and migrating the Auth Proxy toward a Gateway and LocalStack handlerchain handler.
Written by the indexing model from the issue text.
Description
Currently, the AWS Replicator extension is using some parts of the LocalStack codebase which is deprecated and about to be removed:
localstack.utils.server.http2_server.run_serverwhich is based onQuart(which has been superseded by the underlyinghypercornquite some time ago).localstack.aws.api.HttpRequestwhich should be replaced withlocalstack.http.Request.
These usages are currently blocking the following PRs in localstack/localstack:
- https://github.com/localstack/localstack/pull/9754
- https://github.com/localstack/localstack/pull/9757
It would be best to refactor the AWS Replicator Extension such that it spawns the Auth Proxy a new Gateway (and migrate the logic to a implement a LocalStack handlerchain handler).
/cc @lukqw @whummer @thrau
- Dominant language
- Python
- Stars
- 47
- Forks
- 19
- Avg merge
- 2h 2m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from localstack/localstack-extensions
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 30/100
-
Difficulty 3/5 3-5 days Newbie friendliness 35/100
localstack/localstack-extensions#95 · 2 comments · 1 reaction ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
localstack/localstack-extensions#10 · 2 comments · 1 assignee ·
All issues in localstack/localstack-extensions
Similar issues
-
sponsored
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
Diaoul/subliminal#1382 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
triage/confirmed
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
agentscope-ai/agentscope#2775 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100