GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.28k stars 158 forks source link

Is this the recommended way to utilize Node.js in GCP? #609

Open markusl opened 1 month ago

markusl commented 1 month ago

Hi!

We are planning to use the Google Cloud Platform for our development and are evaluating possible toolsets that we could use.

However, after having a look at the project, I noticed that it seems to have weird references all over the place.

Some examples:

I'd like to understand if this project is the recommended one or if there is another way to build, test, and deploy Node.js functions in GCP.

Best regards, Markus