GCP - Cloud Functions
What is wrong with this HTTP triggered function that tries to return JSON?
def json_response(request):
return {'message': 'Success'}def json_response(request):
return {'message': 'Success'}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions