I am looking into different FaaS providers and am interested how much disk space I have per function. A function in AWS Lambda has 512 MB of disk space available (see here) and Azure functions have up to 1000 GB of disk space, depending on the pricing model (see here).
How much does a GCP Function have?
When searching the documentation, I could only find that functions do have disk storage, but not how much (see here).