Link to the Lab: https://www.qwiklabs.com/focuses/10379?parent=catalog Link to the video: https://youtu.be/ypbGzTmMUb4 Link to the channel: https://www.youtube.com/channel/UCiWP5KYh4MWj-yp3j-DMIrA STEPS Task 1 Go to cloud storage Make a bucket with the bucket name given < Bucket Name > Task 2 GO TO PUB/SUB Name = < Topic Name > Task 3 GO TO CLOUD FUNCTIONS create cloud functions name = < Cloud Function Name > region = us-east1 Trigger type = cloud storage Event type = Finalize/create Select the bucket you made earlier done next entry point = thumbnail index.js: /* globals exports, require */ //jshint strict: false //jshint esversion: 6 "use strict"; const crc32 = require("fast-crc32c"); const { Storage } = require('@google-cloud/storage'); const gcs = new Storage(); const { PubSub } = require('@google-cloud/pubsub'); const imagemagick = require("imagemagick-stream"); exports.thumbnail = (event, context) =>
Link to the Lab: https://www.cloudskillsboost.google/focuses/2794?parent=catalog Link to the Video: https://youtu.be/KFjyI-o60W8 Link to the Channel: https://www.youtube.com/channel/UCiWP5KYh4MWj-yp3j-DMIrA Answers are marked bold and are highlighted in light yellow This builds a temporary environment in Google Cloud. Start lab (button) Credit Time Score When the timer reaches 00:00:00, you will lose access to your temporary Google Cloud environment. False True Some labs have tracking, which scores your completion of hands-on lab activities. False True In order to receive completion credit for a lab that has tracking, you must complete the required hands-on lab activities. False True What field is NOT found in the left pane? Project ID System admin Password Open Google Console The username in the left panel, which resembles googlexxxxxx_student@qwiklabs.net, is a Cloud IAM identity. True False An organizing entity for anything you build with Google Cloud. Password Username Clou