GOOGLE CLOUD FUNCTIONS TUTORIAL FOR BEGINNERS USING NODE.JS

Поделиться
HTML-код
  • Опубликовано: 18 июл 2021
  • This tutorial walkthrough the benefits of serverless and in-particular why you would want to use Google Cloud Functions on Google Cloud Platform (GCP) for building your node.js based services. We look at the UI and Dashboards of Google Cloud Functions and create a new service both through the UI and the GCloud Shell. In addition we spend time deep-diving some of the metrics on the dashboards and look at how express is used at the heart of the Cloud Functions platform for nodejs.
  • НаукаНаука

Комментарии • 38

  • @hedgewizardly
    @hedgewizardly Год назад +7

    You cleared up about 2 hours of headaches and confusions from the official documentation, (and you also taught me the thing about writing a "start" script working to replace the default start command). Thanks so much!

  • @stefm.5947
    @stefm.5947 Год назад +2

    Really appreciated this tutorial, thank you very much

  • @karlstenator
    @karlstenator Год назад

    Thanks so much for your guidance Chris. It was a huge help for getting me started with Google Cloud. ☕

  • @malsp5151
    @malsp5151 Год назад +2

    Excellent - thanks Chris, just what I needed. The official Google docs leave a lot to be desired and for me, the example they provided just didn't work, this was a great help. Thanks again.

    • @chrishayuk
      @chrishayuk  Год назад

      Very kind, glad it was useful

  • @rehaanmazid2435
    @rehaanmazid2435 2 года назад +1

    Thanks a lot, this was perfect, concise and to the point!

  • @VitorFThome
    @VitorFThome 9 месяцев назад +1

    Thank you so much bro, really helped me out! 🙏🙌

  • @JaxonPetersen-cu8jt
    @JaxonPetersen-cu8jt 4 месяца назад +2

    Great video. Great explanations.

  • @halilsekeroglu2663
    @halilsekeroglu2663 Год назад +1

    Thank you, Chris. It was very helpful

  • @ernestj8000
    @ernestj8000 Год назад +1

    Excellent tutorial and well explained.

  • @akashkaranamkote2574
    @akashkaranamkote2574 3 года назад +1

    Thanks a lot brother for the detailed tutorial..

  • @ArthurSilva-mb5fq
    @ArthurSilva-mb5fq Год назад +1

    Excellent video!

  • @rahulnair9841
    @rahulnair9841 2 года назад

    Hi.. Thanks alot for this informative Video..
    Can we import files into the function as we do normally?

  • @hillarykiptoo4696
    @hillarykiptoo4696 2 года назад +1

    Thank you, found this really useful

  • @tejav143
    @tejav143 2 года назад

    Hey, I created a Azure pipeline to deploy the function I got the function created in gcp but the function deployment failed saying "function.js" not exists

  • @manuelbojorge5840
    @manuelbojorge5840 3 месяца назад +1

    Thank you bro

  • @valikonen
    @valikonen Год назад +1

    Thank you for this amazing video. I'm also in ibm, do you have a slack channel where you post tech news?

    • @chrishayuk
      @chrishayuk  Год назад

      i don't but ping me on slack and say hello

  • @cinoemre55
    @cinoemre55 Год назад

    How can we create the json files on windows and install the packages?

  • @azeemmd3748
    @azeemmd3748 Год назад

    @Chris Hi, getting error Connection reset by peer, how can I fix this

  • @tarun_reddy
    @tarun_reddy 2 года назад

    Thank you for this video! Whenever you get a chance can you try making a video using cloud functions to send a push notification using FCM and cloud functions? Thank you!

  • @robertojoaorosajr
    @robertojoaorosajr 2 года назад

    Great tutorial, help me.
    G Cloud have a official good doc but, in practise is very weak.

    • @chrishayuk
      @chrishayuk  2 года назад

      thanks, glad it was useful

  • @akashkaranamkote2574
    @akashkaranamkote2574 3 года назад +1

    Hello if we want to run index.js files in node using @google-cloud functions package in package. json what we need to do..