ship: phase-03 l2-modules-and-core-scripts #3

Merged
grimacing merged 17 commits from phase/03-l2-modules-and-core-scripts into milestone/v1.0-initial 2026-07-21 13:32:21 +00:00
Showing only changes of commit 5febbae940 - Show all commits
@@ -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"