CodeGenieApp / CodeGenieApp/serverless-express
Support for the express@5.x
オープン
enhancement
- 主要言語
- JavaScript
- スター
- 5.3k
- フォーク
- 674
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
A new version of Express.js was recently released.
Unfortunately, the serverless-express does not support the new version.
The main issue occurs during request parsing with the body-parser. After updating to version 5.x, the request body is not parsed, and we receive a Buffer instance as the body
コントリビューションガイド
調査の方向性
まず、express@5.x と body-parser を使用して serverless-express のリクエスト解析の問題を再現し、次にリクエスト解析のエントリポイントを調査します。express 4.x との動作を比較し、報告されたリクエストボディのテストカバレッジを追加します。完了の条件は、Express 5 のリクエストが Buffer ではなく解析済みのボディを生成することです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- express, javascript, node.js
- 領域
- api, backend, cloud
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100