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
All resources except deployment is managed under Terraform (`./tf`).
15
+
All resources except deployment is managed under Terraform [./tf](./tf).
16
16
17
17
### Domains
18
18
@@ -22,6 +22,12 @@ Due to the quota of custom domains per App Runner service and the lambda functio
22
22
23
23
These custom headers are assigned at CloudFront function (viewer-request) and implementation is at [./tf/cf_functions/src/viewreq.ts](./tf/cf_functions/src/viewreq.ts).
24
24
25
+
### Cache invalidation
26
+
27
+
While rubykaigi.org deployment automatically invalidates CloudFront cache on each deployment, rko-router does not.
28
+
29
+
You need to manually invalidate the cache: https://rubykaigi.esa.io/posts/1241#%E3%82%AD%E3%83%A3%E3%83%83%E3%82%B7%E3%83%A5
0 commit comments