Update Perform Foundational Infrastructure Tasks in Google Cloud Chal… #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Perform Foundational Infrastructure Tasks in Google Cloud: Challenge Lab
In this lab there is no command line instructions, you have to just use the Google Cloud Platform (GCP) for completing this lab. A walkthrough of each task is available below:
Your challenge
You are now asked to help a newly formed development team with some of their initial work on a new project around storing and organizing photographs, called memories. You have been asked to assist the memories team with initial configuration for their application development environment; you receive the following request to complete the following tasks:
Some Jooli Inc. standards you should follow:
Solving tasks
Task 1: Create a bucket
Task 2: Create a Pub/Sub topic
Task 3: Create the thumbnail Cloud Function
Navigation menu > Cloud Functions > Create Function
Use the following config:
Name: Enter Given Function Name in Project
Region: us-east1
Trigger: Cloud Storage
Event type: Finalize/Create
Bucket: BROWSE > Select the qwiklabs bucket
Remaining default > Next
Runtime: Node.js 14
Entry point: thumbnail
Add the code appropiately
Download the image from URL (https://storage.googleapis.com/cloud-training/gsp315/map.jpg)
Navigation menu > Cloud Storage > Browser > Select your bucket > Upload files
Refresh bucket
Task 4: Remove the previous cloud engineer
The lab was Update Kindly Update it.*