functions-framework-nodejs
functions-framework-nodejs copied to clipboard
FaaS (Function as a service) framework for writing portable Node.js functions
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) | [](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) | [](https://docs.renovatebot.com/merge-confidence/) | [](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:...
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...
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...