diff --git a/modules/l2/l2-commodity-price-feed/manifest.yaml b/modules/l2/l2-commodity-price-feed/manifest.yaml new file mode 100644 index 0000000..38f9cb8 --- /dev/null +++ b/modules/l2/l2-commodity-price-feed/manifest.yaml @@ -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" \ No newline at end of file