All Content tagged with Caching

Caching allows you to efficiently reuse previously retrieved or computed data.

Content language: English

Select up to 5 tags to filter
Sort by most recent
99 results
CloudFront will miss cache if request is from CURL but will get hit from browser any explanation for this behavior ?
1
answers
0
votes
11
views
asked 3 days ago
Hello, We are experiencing a significant increase in data transfer costs due to a new feature in our application. The feature, Sparks, allows users to upload and view videos stored in an S3 bucket, w...
2
answers
0
votes
39
views
AWS
asked a month ago
0 I made a nextjs app, version 14.2.9, typescript, app based routing. Did npm run build localy and it got built. Able to run locally as well. When I deployed the app on AWS Amplify, it got built ag...
1
answers
0
votes
141
views
asked a month ago
I'm following the Amplify Gen 2 docs for deploying a Vite + React application. Once I re-deploy the app at the end of Quickstart step 6 (adding login UI), the build fails with the message "Build conta...
1
answers
0
votes
82
views
asked a month ago
Hello. You are trying to use the caching functionality of your current Web image file using cloudfront. The image file path is a locally stored image within the web server, not s3. So you have to tak...
1
answers
0
votes
52
views
asked a month ago
I'm running a bazel build inside AWS Codebuild. I'm using [S3 cache](https://aws.amazon.com/blogs/devops/how-to-enable-caching-for-aws-codebuild/) for caching the output artifact. ``` cache: paths...
2
answers
0
votes
78
views
asked 2 months ago
Hello, community, I have a question related to the AWS CodeBuild caching option. If I understand correctly, by default, Docker layers are not cached, meaning all subsequent runs execute the same ste...
1
answers
0
votes
105
views
asked 4 months ago
I have deployed multiple sites on AWS EC2 using different subdomains, and I'm using a single CloudFront distribution to serve content for all of these sites. However, I am encountering a caching confl...
2
answers
0
votes
173
views
asked 4 months ago
Say I have an s3 bucket as a cloudfront origin, and a behaviour that links requests to files from the S3 origin. If I add a viewer response Cloudfront function to this behaviour, and I set a Cache-Co...
2
answers
0
votes
93
views
asked 4 months ago
Hello AWS Community, I am facing an issue with my AWS CDK deployment where CloudFront is compressing and caching all the build files except for the main.js file. **### Steps Taken:** 1. **S3 Bucket C...
1
answers
0
votes
92
views
asked 4 months ago
Hi, we have a client application where we use a go rueidis library to connect to redis instances from our Kubernetes cluster. we've successfully used the rueidis client to connect to our locally run...
1
answers
0
votes
156
views
asked 4 months ago
I have an API in CloudFormation with around 60 endpoints on 1 stage. i want to add caching to this stage, but i need it only for one method. how can i create a CF resource for this stage that will all...
1
answers
0
votes
77
views
asked 4 months ago