aws-cloudformation / aws-cloudformation/cloudformation-cli-java-plugin
Support Max Results for List Handler
未關閉
enhancement
- 主要語言
- 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