Matthieu Napoli
Matthieu Napoli
Hey, we've had another report of this behavior here: https://github.com/brefphp/bref/discussions/1200 I'm not +1 to change the cache policy to disable cache entirely (`Maximum TTL: 0 seconds`), as you suggest. If...
Or wait, we could actually switch to the official "CachingDisabled" policy then.
Update: I looked into this problem again and tried a few things, including #218. 1. Switching to the "CachingDisabled" policy drops the `Authorization` header, we indeed don't want that ->...
I tried another approach: Skip CloudFront, use API Gateway + S3. - Host the website behind API Gateway - Serve assets from the S3 public URL - Set up a...
Some more updates: turns out there are 2 different behaviors into play with CloudFront: - response caching - request collapsing The problem we are seeing is actually not related to...
Ah yes, I think you pointed out why this won't work: we want to forward all headers except for the `Host` header. Indeed, if we forward that header then APIÂ ...
That's super interesting, thanks for the details. I'm not sure if @fredericbarthelet has ideas, but hopefully we would be able to support those cases without implementing too many specific things....
I'm afraid of webhooks that might work via `GET`, any idea if this is common?
@M1ke not yet, I think there might be a few challenges: - the main one is the resolution of CloudFormation functions (e.g. `GetAtt`), without that we cannot actually populate the...
It seems to me like everything can work using `serverless-export-outputs` and the existing features in Lift, or am I missing something? At the moment there are no plans to add...