GCP - Cloud Functions
Given this function code deployed with HTTP trigger:
What will be the HTTP response body when the function is called?
def hello_world(request):
return 'Hello, Cloud!'What will be the HTTP response body when the function is called?
