How to use @adobe/helix-pipeline - 1 common examples

To help you get started, we’ve selected a few @adobe/helix-pipeline examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github adobe / helix-cli / src / builder / ActionTemplate.js View on Github external
context.response.body = String(res);
    }
    sanitizeContext(context);
    return context;
  }

  if (before) {
    once.before = before;
  }
  if (after) {
    once.after = after;
  }
  if (replace) {
    once.replace = replace;
  }
  return OpenWhiskAction.runPipeline(once, pipe, params);
}

@adobe/helix-pipeline

This project provides helper functions and default implementations for creating Hypermedia Processing Pipelines.

Apache-2.0
Latest version published 2 years ago

Package Health Score

47 / 100
Full package analysis

Popular @adobe/helix-pipeline functions