You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So that you can type your filters and get redirected to the right URL with them urlencoded.
There's a start of one in static/index.html. It needs to get served somehow.
Ideas:
Use Cloudfront
Serve it ourselves directly
It should be cached so the Lambda doesn't get invoked every time.
As far as I know, since we have a custom domain, we have some kind of hidden Cloudfront distribution already already. So maybe we can do it ourselves with cache control headers, and save the extra layer.
The text was updated successfully, but these errors were encountered:
So that you can type your filters and get redirected to the right URL with them urlencoded.
There's a start of one in
static/index.html
. It needs to get served somehow.Ideas:
It should be cached so the Lambda doesn't get invoked every time.
As far as I know, since we have a custom domain, we have some kind of hidden Cloudfront distribution already already. So maybe we can do it ourselves with cache control headers, and save the extra layer.
The text was updated successfully, but these errors were encountered: