关于“Cloud Functions: 3 Ways: Challenge Lab”的评价

关于“Cloud Functions: 3 Ways: Challenge Lab”的评价

8605 条评价

Adyasha S. · 已于 2 months前审核

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 -. · 已于 2 months前审核

sivananda g. · 已于 2 months前审核

Laxmi Satish D. · 已于 2 months前审核

Piyush P. · 已于 2 months前审核

Raushan K. · 已于 2 months前审核

Anuj S. · 已于 2 months前审核

Adrija S. · 已于 2 months前审核

Rinu J. · 已于 2 months前审核

Tanishka S. · 已于 2 months前审核

nb ,

Vaibhav_shinde G. · 已于 2 months前审核

Shubh S. · 已于 2 months前审核

Eshwar J. · 已于 2 months前审核

Ayushi M. · 已于 2 months前审核

Good

AMIT P. · 已于 2 months前审核

Virender R. · 已于 2 months前审核

Good lab

MD JAVEED K. · 已于 2 months前审核

Samyak G. · 已于 2 months前审核

Sushant F. · 已于 2 months前审核

Pravesh T. · 已于 2 months前审核

dipanshu s. · 已于 2 months前审核

ANCHIT M. · 已于 2 months前审核

Mahammad A. · 已于 2 months前审核

Navya V. · 已于 2 months前审核

Vikrant B. · 已于 2 months前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。