CloudFront Behaviours Configurations #6131
fernandojbf
started this conversation in
Proposals
Replies: 1 comment
-
This is probably not even a good approach due to cache invalidation... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having a limitation in CloudFront where i'm interested to configure different behaviours for SSR request and client requests. (SSR running Lambdas@edge, client not)
Remix target client loaders request adding __data search param in the url. Unfortunately, CloudFront does not offer alternative to configure behaviours using search params.
The configuration would be possible adding something to the path.
/search?term=something&_data=*
to
/__data/search?term=something&_data=*
Would this feature be interesting? Is there anyone facing this limitation/usecase on cloudfront?
Node: for me __data search param is great approach. It's Cloudfront, is not you xD.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions