pub async fn run_lambda_data_apply(
node: &IRLambdaDataApply,
ctx: &mut DispatchCtx,
) -> Result<NodeOutcome, DispatchError>Expand description
LambdaDataApply handler. Wire shape:
step_type: "lambda_data_apply". Resolves the lambda via
apply_lambda_data + binds result under output_type (or
<target>_lambda_applied canonical fallback) in
ctx.let_bindings.