Replies: 2 comments
-
Looking at how architect works, there are no cache headers added to the static files. See https://arc.codes/docs/en/guides/frontend/static-assets#fingerprinted-file-paths. There is also no configuration for cloud-front at all. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Work is currently being done over at SST to support this using a Construct. |
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.
-
Hi,
Wanted to ask if the grunge stack example currently has any sort of CDN caching? Trying to understand what architect is doing. It looks like it is just using a normal Lambda function to serve the files as required and not Lambda@Edge?
Basically just trying to re-create it using SST (or AWS CDK) as the rest of my infrastructure is already defined there and don't want to use yet another tool.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions