aws-samples / aws-samples/sample-autonomous-cloud-coding-agents
feat(infra): EventBridge/SNS task lifecycle event bus
- 主要言語
- TypeScript
- スター
- 146
- フォーク
- 46
- 平均マージ
- 3日 10時間
- マージ済み PR(30日)
- 24
説明
**Context:** ROADMAP.md → EventBridge / SNS integration
**Related:** #228 (DLQ→SNS alarms only—not lifecycle events)
---
## Component
CDK / infrastructure
## Describe the feature
Publish **task lifecycle events** to **EventBridge** or **SNS** for external consumers beyond built-in DDB-Stream fanout (GitHub/Slack/email).
## Use case
Enterprises integrate ABCA with SIEM, internal workflow tools, or data warehouses. Fanout is channel-specific, not a general integration bus.
## Proposed solution
1. EventBridge bus + rules: `task.submitted`, `task.running`, `task.completed`, `task.failed`, `approval.required`, etc.
2. Optional SNS topic fan-out for simpler subscribers.
3. CDK opt-in; schema registry for event detail types.
4. IAM for cross-account publish (optional).
5. Document in `docs/design/API_CONTRACT.md` extension index.
## Other information
- Not the same as #228 (webhook processor DLQ alarms).
- Design context: `docs/design/OBSERVABILITY.md`, `docs/design/INPUT_GATEWAY.md`.
- [ ] This might be a breaking change
コントリビューションガイド
調査の方向性
ROADMAP.md から始め、続いて docs/design/OBSERVABILITY.md、docs/design/INPUT_GATEWAY.md、docs/design/API_CONTRACT.md を読んでください。この issue では、CDK のエントリポイント、イベントプロデューサー、スキーマ、テスト、または EventBridge と SNS のどちらを選択するかが特定されていません。実装が完了したと見なされる前に、これらの境界と受け入れ基準を確定する必要があります。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws, typescript
- 領域
- cloud, infrastructure
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 静か
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100