Is it possible to write a local container file system from a Google cloud feature? AWS Lambda allows you to write to / tmp:
Q: What if I need disk space for my AWS Lambda feature?
Each Lambda function receives 500 MB of volatile disk space in its own / tmp directory.
Is there something equivalent in GCF?
source share