All Content tagged with Caching
Caching allows you to efficiently reuse previously retrieved or computed data.
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
116 results
## Ask
Add `qwen.qwen3-coder-480b-a35b-v1:0` to the Bedrock prompt-caching supported-models list (both Converse API `cachePoint` and Messages API equivalent). Ideally extend to other non-Anthropic, no...
1
answers
-2
votes
270
views
asked 3 months ago
Ed GummettEXPERT
published 6 months ago2 votes1.9K views
A transparent caching proxy that sits between your S3 clients and Amazon S3, accelerating reads while keeping your existing authentication intact
Hi AWS team,
I’m a beginner using WordPress on Amazon Lightsail (2GB RAM, 2vCPU, 60GB SSD, Seoul Region).
I want to make my site faster and more optimized, but I prefer a simple and lightweight sol...
1
answers
0
votes
231
views
asked 10 months ago
Hi Team,
I was recently going through the concept of Prompt Caching for Foundational Models Present in AWS Bedrock.
Our team was trying to extend it to Bedrock Agents and how can we enable Prompt Ca...
1
answers
0
votes
2K
views
asked a year ago
Can I configure my Lambda function to retrieve values from Parameter Store only once initially, then cache those values and continue using the cached version unless the values are explicitly changed? ...
2
answers
0
votes
655
views
asked a year ago
I'm serving a frontend app via static files hosted in S3 and distributed through CloudFront. The app fetches an OpenAPI schema from a separate subdomain (also static S3 behind CloudFront), so I enable...
1
answers
0
votes
327
views
asked a year ago
Hi everyone,
I'm currently hosting static files on S3 and delivering them through CloudFront. My goal is to reduce request costs by leveraging caching.
I’ve set the following Cache-Control header on...
1
answers
0
votes
422
views
asked a year ago
Joanna KEXPERT
published a year ago0 votes1.1K views
Written primarily with CloudFront in mind, this article describes the importance of HTTP caching in preventing malicious requests from reaching your origin as well as some of the CloudFront features ...
Does prompt caching impact our per minute token limit?
For example, suppose we had a limit of 100k tokens per minute and make 5 API calls with 20k in cache hits and 5k tokens of new data per prompt....
1
answers
0
votes
1.5K
views
asked a year ago
We have a HTTP API using a custom Lambda authorizer with caching enabled as described [here](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html#http-api-lambd...
2
answers
0
votes
464
views
asked a year ago
I'm experiencing an issue with CodeBuild's caching mechanism when building a project using webpack. The cache is being invalidated on every build because generates a new hash suffix for source direct...
2
answers
0
votes
260
views
asked a year ago
I'm trying to perform the same API call using my local setup and on EC2. Since the database URLs are the same in both environments, I expect to receive the same response.
For example, after making so...
1
answers
0
votes
216
views
asked a year ago