I have a project that uses httpApi
(API Gateway V2). However, if I understand correctly, only version 1 of the API Gateway supports gzip compression.
Is that correct?
If so, this leaves me a bit confused because how can the newer API regress in features?
Anyways, if that’s the case, how can I prevent the Serverless Framework from breaking the URL by inserting the staging name?
POST - https://a0chsgxup2.execute-api.us-east-1.amazonaws.com/v1/collars/register # httpApi, no staging name on URL
GET - https://a0chsgxup2.execute-api.us-east-1.amazonaws.com/v1/flush/config # httpApi, no staging name on URL
GET - https://a0chsgxup2.execute-api.us-east-1.amazonaws.com/v1/flush/calories # httpApi, no staging name on URL
GET - https://a0chsgxup2.execute-api.us-east-1.amazonaws.com/unstable/v1/playground # http, staging name on URL (unstable)