Hacker News new | ask | show | jobs
by wodenokoto 1730 days ago
That sucks.

My only advice is, when using this or cloud functions always start by creating a function/image that prints all env variables.

For cloud functions these changes tremendously between Python version. Also logging changes completely between some Python versions, to the point where upping the runtime causes logs to stop being saved on cloud logging.

1 comments

But if you have secrets in your environment variables, make sure to filter them out.