MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / isLambdaAction

Function isLambdaAction

packages/aws-lambda/src/handler.ts:159–161  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

157}
158
159function isLambdaAction(value: string): value is LambdaAction {
160 return value === "plan" || value === "renderChunk" || value === "assemble";
161}
162
163/**
164 * Emit a single JSON line to stdout. CloudWatch ingests each line as a

Callers 1

unwrapEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected