Install
openclaw skills install faasDeep workflow for serverless workloads—event sources, IAM, cold start/latency, limits, observability, security, cost, and deployment patterns (functions, containers, step functions). Use when designing or debugging Lambda/Cloud Functions/Azure Functions/edge workers.
openclaw skills install faasServerless shifts complexity to permissions, quotas, observability, and state at the edges. Guide the user to explicit trade-offs: simplicity vs cold starts, synchronous vs async, and least privilege IAM that is still operable.
Trigger conditions:
Initial offer:
Use six stages: (1) workload fit & constraints, (2) triggers & contract, (3) IAM & networking, (4) runtime performance, (5) observability & ops, (6) cost & governance. Confirm cloud and language/runtime.
Goal: Decide if functions are appropriate and what boundaries look like.
Exit condition: Clear yes/no/partial with escape hatch (container, batch, ECS/Fargate, Step Functions).
Goal: Define inputs, idempotency, retry semantics, and output side effects.
Exit condition: Written contract: success criteria, retry policy, dead-letter ownership.
Goal: Least privilege that is debuggable; correct VPC when needed.
* actions on * resources except where cloud forces it—then narrow ASAPExit condition: IAM policy review with least privilege checklist; network path diagram for dependencies.
Goal: Meet latency and throughput within platform limits.
Exit condition: Load test or trace evidence for p95/p99; documented limits and mitigations.
Goal: Debuggable serverless—correlation across async hops.
Exit condition: Dashboard + alerts + on-call steps for top failure modes.
Goal: Predictable spend and guardrails.