Passing request parameter to Cloud Function extension

dgoyal
Participant I

Hello, I have a HTTP triggered Google Cloud Function with Python 3.7 runtime (I am using sample hello-world code for this experiment). I am also using Apigee Cloud Function extension.

I need to pass request parameter either via POST. I tried passing parameters as part of INPUT CDATA construct.

Even though the cloud function gets invoked, Cloud function logs do not show parameters being passed from Apigee. What is the correct way to pass the parameters to a cloud function using this extension.

0 1 707
1 REPLY 1

Hi @Dharmender Goyal ·, Can you able to independently tried to test your GCP functions ? On postman or something.. if Yes, then

A CDATA section contains text that will NOT be parsed by a parser. Tags inside a CDATA section will NOT be treated as markup and entities will not be expanded. Please check on this