Cloud Functions: 3 Ways: Challenge Lab Reviews

Cloud Functions: 3 Ways: Challenge Lab Reviews

8605 reviews

Adyasha S. · Reviewed شهران ago

cd .. mkdir ~/HTTP_FUNCTION && cd $_ touch index.js && touch package.json cat > index.js <<EOF const functions = require('@google-cloud/functions-framework'); functions.http('$HTTP_FUNCTION', (req, res) => { res.status(200).send('subscribe to quikclab'); }); EOF cat > package.json <<EOF { "name": "nodejs-functions-gen2-codelab", "version": "0.0.1", "main": "index.js", "dependencies": { "@google-cloud/functions-framework": "^2.0.0" } } EOF gcloud functions deploy $HTTP_FUNCTION \ --gen2 \ --runtime nodejs16 \ --entry-point $HTTP_FUNCTION \ --source . \ --region $REGION \ --trigger-http \ --timeout 600s \ --max-instances 2 \ --min-instances 1

MEN ARE BRAVE -. · Reviewed شهران ago

sivananda g. · Reviewed شهران ago

Laxmi Satish D. · Reviewed شهران ago

Piyush P. · Reviewed شهران ago

Raushan K. · Reviewed شهران ago

Anuj S. · Reviewed شهران ago

Adrija S. · Reviewed شهران ago

Rinu J. · Reviewed شهران ago

Tanishka S. · Reviewed شهران ago

nb ,

Vaibhav_shinde G. · Reviewed شهران ago

Shubh S. · Reviewed شهران ago

Eshwar J. · Reviewed شهران ago

Ayushi M. · Reviewed شهران ago

Good

AMIT P. · Reviewed شهران ago

Virender R. · Reviewed شهران ago

Good lab

MD JAVEED K. · Reviewed شهران ago

Samyak G. · Reviewed شهران ago

Sushant F. · Reviewed شهران ago

Pravesh T. · Reviewed شهران ago

dipanshu s. · Reviewed شهران ago

ANCHIT M. · Reviewed شهران ago

Mahammad A. · Reviewed شهران ago

Navya V. · Reviewed شهران ago

Vikrant B. · Reviewed شهران ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.