Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Add imperative AgentCore Payments commands

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

メンテナーはふだん 1 日以内に返信

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

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
活発
技術スタック
typescript
領域
api, cli

調査の方向性

命令型 CLI と、既存の Handler/Core および ID ベースのリソース選択の規約から始め、共有のコマンドおよびテスト基盤を確認します。読み取り専用のコマンド面とミューテーションのコマンド面を分離し、SDK 呼び出しは Core に置いたまま、CLI のルートと後続の TUI 画面を区別します。両方の依存 PR がそれぞれ独立してビルドに成功し、テストに合格し、指定された headless 動作が維持されていれば完了です。

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

説明

Description

Add project-free AgentCore Payments commands to the imperative CLI on refactor, following the
existing Handler/Core and ID-based resource-selection conventions.

Deliver the headless surface as two dependent PRs:

  1. Read-only commands: get/list for payment managers, connectors, sessions, instruments, and
    Identity payment credential providers, plus instrument balance.
  2. Mutation commands: create/update/delete where supported, including Coinbase Quick Create,
    credential input validation, and optional default service-role provisioning.

Session and instrument commands accept a manager ID. Core resolves the manager ARN with
GetPaymentManager before calling the data plane. Balance requires an explicit chain, defaults
to USDC, preserves atomic amount strings and decimals, and does not convert service errors to zero.

Acceptance Criteria

  • Both PRs independently build and pass their tests.
  • Read-only commands do not depend on new mutation handlers or IAM provisioning.
  • SDK calls remain in Core, using injected clients and the shared command/test infrastructure.
  • The mutation PR preserves the complete headless command behavior.
  • CLI-only routes are clearly distinguished from TUI screens.

Read-only/interactive TUI screens are a later, separate PR. Payment execution, runtime payment-token
retrieval, and a generic tagging command are outside this issue.

主要言語
TypeScript
スター
291
フォーク
96
平均マージ
20時間 50分
マージ済み PR(30日)
214

環境構築

はじめの一歩

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

aws/agentcore-cli のほかの issue

aws/agentcore-cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

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

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