functions-framework-nodejs icon indicating copy to clipboard operation
functions-framework-nodejs copied to clipboard

FaaS (Function as a service) framework for writing portable Node.js functions

Results 68 functions-framework-nodejs issues
Sort by recently updated
recently updated
newest added

The typescript typings for functions.cloudEvent() only include the CloudEvent function signature and not the CloudEventWithCallback signature, which allows for surfacing errors and nacking message for retryability. I have already submitted...

Using "firebase-functions": "^5.0.1" it works on local machine, but not on remote, using npm-shrinkwrap.json mechanism DEFAULT 2024-09-03T10:20:33.517498Z Provided module can't be loaded. DEFAULT 2024-09-03T10:20:33.517537Z Did you list all required modules...

## Expected It is possible to deploy a secret file into `/workspace` within a cloud function environment. ## Observed After function is deployed, the step that tests it fails, and...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [express](https://expressjs.com/) ([source](https://redirect.github.com/expressjs/express)) | [`^4.21.2` -> `^5.0.0`](https://renovatebot.com/diffs/npm/express/4.21.2/5.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/express/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [body-parser](https://redirect.github.com/expressjs/body-parser) | [`1.20.3` -> `2.2.0`](https://renovatebot.com/diffs/npm/body-parser/1.20.3/2.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/body-parser/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/body-parser/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

I'm interested in using the main entrypoint function directly instead of using the cli to start up the function, mostly on the development environment. This has some advantages, among others:...

P2
enhancement

Currently, errors that happen in the framework express layer are passed to the default express error handler. The default error handler returns the error to the client with a stack...

feature request
P2

Currently, errors that happen in the framework express layer are passed to the default express error handler. The default error handler returns the error to the client with a stack...