openwhisk-runtime-nodejs icon indicating copy to clipboard operation
openwhisk-runtime-nodejs copied to clipboard

Apache OpenWhisk Runtime NodeJS supports Apache OpenWhisk functions written in JavaScript for NodeJS

Results 11 openwhisk-runtime-nodejs issues
Sort by recently updated
recently updated
newest added

have the ability to take a source in typescript format. This is useful for development time, but as always is recommended to compile into a bundle js, no transpile require...

On the first run of non-stem cell (environmentally initialized containers), return the initialization response rather than the return of the run. Replication steps: service.yaml: ```yaml apiVersion: serving.knative.dev/v1 kind: Service metadata:...

This is to discuss replacing use of environment variables in runtimes with some other object ( e.g. "context") that is explicitly provided to actions, to avoid issues when runtimes support...

If the npm package that is defined by https://github.com/apache/incubator-openwhisk-runtime-nodejs/blob/master/core/nodejs8Action/package.json was published to npm then projects would be able to depend on it and get the current set of js dependencies...

enhancement
help wanted
good first issue

Making the web proxy leaner avoids the delay to load module tree for express and body-parser. Have the web proxy use http server from nodejs

help wanted
good first issue

This is a feature request... Looking at the recent knative integration (#119) - this works great for actions listening to HTTP requests as it proxies between the HTTP request and...

As pointed out by @alexkli in [this comment](https://medium.com/@alexander_24078/npm-pack-is-the-tool-to-package-up-dependencies-and-respects-bundleddependencies-from-the-package-f780a9969001), it would be great to support `tar.gz` as an alternative package format. The main reason is that `npm` has a built-in `pack`...

enhancement

Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies