-
- max-age를 설정해주지 않으면 cloudfront 기본 설정인 24시간이 적용되어, 배포한 내용이 바로 반영되지 않습니다.
- 이제까지는 cloudfront 무효화를 수동으로 해주고 있던 실정입니다.
- 아래 링크를 참고하면 cloudfront 무효화를 커맨드로 설정해줄 수 있긴 한데, 일단 index.html 파일 헤더에 max-age: 0…
-
The `deleteImages` endpoint can take batch of images to delete. It will remove them from the database and then raise an asset-modified notification to delete the rest of the images.
The logic to se…
-
These tasks are aimed at improving the cache invalidation process via terraform.
We want to trigger the clear of cache for our website content on demand.
Only when we want to and using infra as co…
-
### Describe the bug
This is going to be tricky to describe without all the code, but I'll do my best.
I have a pipeline that is using _Pipeline_ from _CodePipeline_, CDKv2, current version.
Sinc…
-
### What is the problem?
When adding multiple pre (or post) steps to a stage, I cannot specify the order. If I'm adding them in the order I'd like (using `addPre` or `addPost`), the generated pipelin…
-
Bucket deployment is failing when trying to add cloudfront function that adds security headers to the response with this error:
`Received response status [FAILED] from custom resource. Message return…
-
See https://github.com/exercism/website-icons/pull/141 for context.
As part of the GHA we need to invalidate any paths in cloudfront that have changed. So for example, to solve the issue above I cr…
-
The `--cf-invalidate` option never seems to generate any invalidation requests.
If I run:
```
s3cmd put --progress --acl-public --guess-mime-type --no-mime-magic --cf-invalidate --recursive --force…
-
### Description
`sam init` command creates a 'deploy_frontend.sh' script which will fail for MacOS's default grep command. This is a commonly used OS and grep version for developers. The mac gr…
-
Per the [CloudFront API documentation](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#InvalidationLimits),
> you can have invalidation requests for up to 3,000…