00d0043866
Squash merge of phase/02-l1-modules into milestone/v1.0-initial; 8 L1 stub modules created; verify_phase02.sh green.
13 lines
349 B
YAML
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 |