Http Api and response compression

0

Hi
Do you plan to add response payload compression for the new HTTP API?
In my case Im just using API Gateway _ Lambda _ other AWS services, and want to compress response from lambda to the user.

I can see such functionality for a REST API (https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-enable-compression.html) but nothing about it in HTTP section (https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html)

Thanks

zefir
asked 4 years ago574 views
2 Answers
1

Currently HTTP API doesn't support a response compression. You should compress the response on your Lambda.

AWS
answered 4 years ago
0

I actually already did this :) Do you have any plans to support it in the future?

zefir
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions