Hello. Our JSON endpoint in our Api construct does...
# help
g
Hello. Our JSON endpoint in our Api construct doesn't seem to have gzip compression enabled for our responses. Is there a way to turn that on? Thanks!
f
Hey @Graham Tremper, the
Api
construct uses API Gateway HTTP API, and I don’t think HTTP API supports compression out of the box.
g
Thanks!