We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0b370 commit 75f38e8Copy full SHA for 75f38e8
functions/pubsub/main.py
@@ -34,8 +34,8 @@ def publish(request):
34
35
if not topic_name or not message:
36
return ('Missing "topic" and/or "subscription" parameter.', 500)
37
-
38
- print(f'Publishing message to topic {topic_name}')
+
+ print(f'Function is invoked. Next, publish message to topic {topic_name}')
39
40
# References an existing topic
41
topic_path = publisher.topic_path(PROJECT_ID, topic_name)
0 commit comments