Testing: investigate removing PUT /lambda-endpoint from the web runner

オープン
#736 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
55/100
issue の種類
リファクタリング
明瞭さ
おおむね明確
活発さ
活発
技術スタック
javascript, python

調査の方向性

Start at the dex-local-runner start-server entry point and inspect the implementation of PUT /lambda-endpoint, then search for callers in the SDK, testing library, and conformance tests. Done means either removing the route with the conformance tests passing, or documenting a concrete consumer and why the route must remain.

索引モデルが issue の本文から書いたものです。

説明

needs-triage

The web runner (dex-local-runner start-server) exposes PUT /lambda-endpoint. It repoints the Lambda client the runner uses to invoke handlers.

No caller is known. sam passes --lambda-endpoint on the runner's command line at startup and never calls the route. The JS SDK, the JS testing library and the conformance tests do not call it. The route is not documented. It arrived in the testing package on 2025-10-07 with no consumer named.

After #731 the route moves the endpoint only. The runner emulates one region, fixed at startup, and a RegionName other than that region is rejected with InvalidParameterValueException.

Proposal: remove the route, or document who needs it and why. If you call this route, please say so here.

主要言語
Python
スター
54
フォーク
24
平均マージ
1日 19時間
マージ済み PR(30日)
30

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

aws/aws-durable-execution-sdk-python のほかの issue

aws/aws-durable-execution-sdk-python の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。