Files
acdl/modules/l1/l1-lambda/manifest.yaml
T
Jon Chery 5d1b2a1186 feat(P02): l1-lambda manifest + mock_apply (T-2.3)
---ci---
phase: 2
milestone: v1.0
status: execute
persona: infra-stub-engineer
task: T-2.3
requirements:
  covered: [REQ-02, REQ-03]
---/ci---

Wave 1, task T-2.3. Creates modules/l1/l1-lambda/ with manifest.yaml
(flat inputs per D-017) and the uniform mock_apply.sh (D-007 + D-018).
2026-07-21 13:14:49 +00:00

13 lines
349 B
YAML

name: l1-lambda
kind: l1
description: Event-driven function primitive
inputs:
function_name:
description: Name of the Lambda function
type: string
runtime:
description: Lambda runtime identifier (e.g. python3.12, nodejs20.x)
type: string
handler:
description: Handler entrypoint in the form module.function
type: string