Добавить
Уведомления

Deploy Cloud Functions Locally Part 2 .#gcp #buildpack

This is the second part of the two-part series on how you can run your GCP cloud function locally Part 1 will be using function frame-work Part 2 will be using containers The Cloud function i have deployed is exports.helloWorld (req, res) { res.send('Hello, World'); }; For more information about build packs https://github.com/GoogleCloudPlatform/buildpacks Also, check out my udemy course https://www.udemy.com/course/have-fun-learning-gcp/?referralCode=91E25B5234241B2E1C3A

12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

This is the second part of the two-part series on how you can run your GCP cloud function locally Part 1 will be using function frame-work Part 2 will be using containers The Cloud function i have deployed is exports.helloWorld (req, res) { res.send('Hello, World'); }; For more information about build packs https://github.com/GoogleCloudPlatform/buildpacks Also, check out my udemy course https://www.udemy.com/course/have-fun-learning-gcp/?referralCode=91E25B5234241B2E1C3A

, чтобы оставлять комментарии