GCP - Cloud Functions
Given this 2nd generation Cloud Function deployment command:
What is the expected behavior when a message is published to 'myTopic'?
gcloud functions deploy myFunc --runtime python312 --gen 2 --trigger-topic myTopic --region europe-west1What is the expected behavior when a message is published to 'myTopic'?
