feat(P03): l2-commodity-price-feed manifest (T-3.2)

---ci---
phase: 3
milestone: v1.0
status: execute
persona: infra-stub-engineer
task: T-3.2
requirements:
  covered: [REQ-04, REQ-05]
---/ci---

Wave 1, task T-3.2. Creates modules/l2/l2-commodity-price-feed/manifest.yaml composing
5 L1s by name (D-020). All referenced L1 names exist in modules/l1/.
This commit is contained in:
Jon Chery
2026-07-21 13:21:40 +00:00
parent 6e7231afd5
commit 5febbae940
@@ -0,0 +1,27 @@
name: l2-commodity-price-feed
kind: l2
description: Real-time commodity price ingestion from Platts
l1s:
- name: l1-eks-fargate
inputs:
cluster_name: price-feed-cluster
region: us-east-1
cpu_arch: arm64
- name: l1-lambda
inputs:
function_name: price-ingest
runtime: python3.11
handler: index.handler
- name: l1-api-gateway
inputs:
api_name: platts-price-api
stage_name: dev
- name: l1-eventbridge
inputs:
bus_name: price-events
rule_name: price-publish-rule
- name: l1-s3
inputs:
bucket_name: acdl-price-archive
region: us-east-1
retention_days: "90"