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 62 functions-framework-nodejs issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@types/express](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | [`9.1.2` -> `10.0.0`](https://renovatebot.com/diffs/npm/mocha/9.1.2/10.0.0) |...

It seems like the `--source` flag in `gcloud functions deploy` can't be used with Typescript unless you copy over your `package.json` to the build output directory? This also seems to...

I have a handful of cloud functions that work together and plan to add more. With the NodeJS 6 Cloud Function Emulator, I can run all of them on a...

docs

https://github.com/firebase/firebase-tools/issues/3891 seems to have a root cause in the functions framework. To reproduce without Firebase: ``` const express = require('express'); const app = express(); app.get('/404', (req, res) => res.send('failed to...

When specifying a `Container` object in Kubernetes, it is possible to specify both a `readinessProbe` and a `livenessProbe` which inform the system that the application is healthy. In Knative, these...

feature request

Currently the `testServer` helper only works with declaratively register functions. We should find a way to make it work with the old background functions as well. One idea is to...

P3
enhancement

This a draft PR that proposes a number of changes to the `@googe/events` library and demonstrates the developer experience provided by the combined `@google/events` and `@google-cloud/functions-framework` APIs

cla: yes

Currently configuring the credentials necessary to invoke another function [requires a lot of boilerplate code](https://cloud.google.com/functions/docs/securing/authenticating#generating_tokens_manually) that is difficult to get right. We could easily expose a method in the functions...

P3
enhancement