localstack / localstack/localstack-extensions
Remove usages of deprecated LocalStack code features in AWS replicator
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 47
- フォーク
- 19
- 平均マージ
- 2時間 2分
- マージ済み PR(30日)
- 1
説明
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
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、AWS Replicator による localstack.utils.server.http2_server.run_server と localstack.aws.api.HttpRequest の使用箇所を見つけ、次に互換性の背景を確認するため、リンクされている localstack PR を確認します。これらの非推奨の使用箇所を削除し、Auth Proxy を Gateway と LocalStack handlerchain handler に移行すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws, python
- 領域
- api, backend
- issue の種類
- リファクタリング
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100