Skip to content

codexpedia/nodejs_gcloud_functions_rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs google cloud functions REST API demo

https://www.codexpedia.com/node-js/nodejs-google-cloud-function-rest-api-demo/

update gloud components

gcloud components update

login gcloud

gcloud auth login

Show gcloud projects:

gcloud projects list

Pick a gcloud project

gcloud config set project my-project

Deploy clound functions

cd functions
gcloud functions deploy simple-rest-api

Trigger

https://replace-this-with-your-cloud-project-info.cloudfunctions.net/simple-rest-api

About

nodejs google cloud functions REST API example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published