aws-cloudformation / aws-cloudformation/cloudformation-cli-java-plugin
Support Max Results for List Handler
- 主要言語
- Java
- スター
- 30
- フォーク
- 48
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The ResourceHandlerRequest class does not have a max results field so list handlers need to use the service default or define their own. Would be good to support max results so that consumers of handlers can specify the max results if needed.
For instance, https://docs.aws.amazon.com/cli/latest/reference/ses/list-configuration-sets.html has the field max results. Consumers of the handler may want to be able to specify the max results as well.
コントリビューションガイド
調査の方向性
まず ResourceHandlerRequest クラスとリストハンドラーのリクエストフローを見つけ、次に期待される動作を AWS SES の list-configuration-sets の例と比較します。完了条件は、コンシューマーがリストハンドラーに対して max-results の値を指定でき、サービスのデフォルト値だけに依存したり、独自に定義したりせずに済むことです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- api, tooling
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100