GoogleCloudPlatform / deploymentmanager-samples

Deployment Manager samples and templates.
Apache License 2.0
939 stars 718 forks source link

Use function-call request data in cloud function output #533

Open ozydingo opened 4 years ago

ozydingo commented 4 years ago

The function log did not match the function_call data. Change the function_call data to match the function's expectation, and also use this value in the function's return value to more visibly demonstrate the connections between the resource and the function.