openwhisk-expressjs

1.1.0 • Public • Published

Apache OpenWhisk Web action redirecting request to Express applications

How to use

The basic usage is:

const app = require('./server');
const forward = require('openwhisk-expressjs')(app);

function main(request) {
  return forward(request);
}

exports.main = main;

Package Sidebar

Install

npm i openwhisk-expressjs

Weekly Downloads

1

Version

1.1.0

License

Apache-2.0

Last publish

Collaborators

  • villardl