I have an API running in Cloud Run and I need to compress the responses with gzip. All the responses would be JSON objects.
What are my options to achieve this? Is there a configuration for this in Cloud Run? Do I need to use other service?
I used firebase functions before to serve the same API and the response was gzipped by default. In Cloud Run I can't find any option to do this automatically.