node.jsgoogle-cloud-platformgoogle-deployment-manager

Does google node api support deployment manager function calls?


I am working on an app which would deploy resources in GCP using deployment manager. I am aware of the deployment manager gcloud cli option and the REST API's for deployment manager but Is there a node js client library which abstracts the req, res function calls ?

I am aware of the following link but it does not have any example on deployment manager.

I am also looking for a way to perform server to server authentication/authorization using Google Oauthv2.0


Solution

  • There is an npm package for GCP Deployment Manager. For code examples, you can refer to the link mentioned above.