-
Reference:
deploy/scripts/cache-invalidation.ts:29
```
const params: CreateInvalidationRequest = {
DistributionId: findCNDistribution?.Id || "",
InvalidationBatch: {
CallerRefere…
-
### Description
Run aws cloudfront create-invalidation --distribution-id E3M173ALO8IUZ7 --paths "/*"
An error occurred (AccessDenied) when calling the CreateInvalidation operation: User: arn:aws…
-
### What is the problem?
I'm getting errors deploying a CloudFront bucket. I notice that the bucket is being created and data is uploaded but the error still shows up triggering a rollback.
### …
caevv updated
3 months ago
-
Frontend e2e tests are failing on Travis-CI
e.g. https://travis-ci.org/buildit/icarus/builds/302976070
They work locally, hitting the same deployed environment
It's not a matter of CloudFront cac…
-
Since most of this data doesn't change very often, we can aggressively cache API endpoints in CloudFront. It would be good to get this automated though from the PlanetScale side, so that whenever we …
-
Hosting directly on S3 is an abuse and feels like it, with weird DNS configuration, etc. So let's use a CDN.
See http://paulstamatiou.com/hosting-on-amazon-s3-with-cloudfront/ and http://docs.aws.ama…
-
CloudFont is a bit slow for the first request after invalidation on each object.
It looks like we can get the list from these places, or is there a way to do it already?
https://github.com/jariz/g…
-
Data layers are uploaded to S3 as data assets for the website. Sometimes the entire application is uploaded, but as appropriate only the `assets` folder is synchronized. Reloading the public website…
-
The CloudFront tutorial has some out-of-date stuff, and could use a lot of expanding.
-
Hello, I've been getting some inconsistent deployments of my app. I'm not sure if there's some invalidation issue going on w/ the Cloudfront distributions or not.
After I deploy my app w/ `terrafor…