GoogleCloudPlatform / deploymentmanager-samples

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

Fix Cloud Function sample #526

Closed martinmaly closed 4 years ago

martinmaly commented 4 years ago

The base-64 encoding generates a binary output which is then rendered as b'...' into the echo command. This causes the deployment to fail. Instead, decode the base-64 encoded binary data as ascii string.