localstack / localstack/localstack-extensions
Confusion on which services/requests should be proxied to real AWS and which should not
オープン
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 47
- フォーク
- 19
- 平均マージ
- 2時間 2分
- マージ済み PR(30日)
- 1
説明
- If I have
read_onlyset to true fordynamodb, and I have specified resources that I want proxied - what happens to a read request that comes in for a resource I haven't specified? Should it not get proxied out? Currently the behavior is that it does. - If I haven't configured any specific services to be proxied, will all requests then be proxied?
- How can I proxy just requests for specific dynamo tables? The following config proxies all requests regardless of which table. If I make a read request for
Table3it will succeed. It's not until I completely remove the dynamo configuration that it fails.
services:
dynamodb:
resources:
- .*TableOne
- .*TableTwo
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
示されている services.dynamodb.resources 設定を使って動作を再現し、TableOne、TableTwo、Table3 に対するリクエストを比較します。まず、設定されたサービスとリソースパターンによって、DynamoDB リクエストをプロキシ経由にするかどうかがどのように決まるのかを追跡します。未指定のリソース、空のサービス設定、テーブル固有のマッチングに対する動作が文書化または修正され、検証でカバーされれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws, python
- 領域
- cloud
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100