Serverless Microservices with Google Cloud Functions by Bret McGowen

preview_player
Показать описание


This talk will walk through the goals of Google Cloud Functions with a high level introduction followed by a real world example showing how to deploy from GitHub.

Bret earned a bachelor’s degree in computer science from Texas A&M University.

[TXP-1648]
Рекомендации по теме
Комментарии
Автор

5:21 I think when discussing the HTTP functions, what their signature is etc, it might be nice to mention these are basically plugged into Express JS, or at least the `req` and `res` parameters are Express JS request and response objects. Credits where credits are due.

StijnDeWitt
Автор

When Google Cloud Functions runtime will be available in Node.js 10 or above? When I follow this codelab, I obtain the following warning and error:
> functions deploy hello --trigger-http
Warning: You're using Node.js v11.13.0 but the Google Cloud Functions runtime is only available in Node.js 6 and Node.js 8.
var ScopeType =
TypeError: is not a function

AlejandroHellinGil
Автор

Great skeleton code, just what I needed to get started! Awesome job Bret!

SarbjeetJohal
Автор

Great intro - really looking forward to trying this out.

Technologynorth
Автор

How to debug a background cloud function?

slideshowp
Автор

Great overview, I feel like I'm up to speed in 30 minutes. Someone in the audience fell asleep at 22:56 though. (see upper left corner)

iconjack
Автор

I requested more than couple times to get early access to functions, it was never given. :-(

paracha
Автор

love the simplicity..awesome..when can we take it for a spin ?

kennesch
Автор

24:24: 99% sure it's a raccoon, only 94% sure it's a mammal... ㋡

iconjack
Автор

why does he spend half the time teaching us Node.js? This did not age well at all, the whole talk could be an email if not for him teaching us how to use package.json

wilsonhobbs