Questions tagged with Amazon DynamoDB Accelerator (DAX)
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
Hello AWS experts,
I understand that DynamoDB (and more specifically to my question, DAX) follows an "eventually consistent" data consistency model, and this means there is an expected delay between...
1
answers
0
votes
31
views
asked 7 days agolg...
Hi,
Is DAX updating the cache if the update of the table happens via external sources like AWS console, data loader scripts etc. ?
I have found out about the write-through policy but seems that it...
1
answers
0
votes
83
views
asked 3 months agolg...
Hello,
Im trying to setup DAX to handle caching for our DynamoDB logic for our existing kubernetes cluster.
However, when I follow the guides, they are incomplete.
From official doc...
1
answers
0
votes
115
views
asked 6 months agolg...
I have been working on an application that uses Dynamo DB. In places I need to verify the success of a query, and so have been using the response from Dynamo that includes the ResponseMetadata to...
1
answers
0
votes
157
views
asked 9 months agolg...
Hello,
I would like to start a new e-commerce platform build with Shopify/Hydrogen (React) an I'm still not sure about the back-end side (maybe ExpressJS + DynamoDB).
The issue is that I want to host...
1
answers
0
votes
393
views
asked a year agolg...
Thank you! for taking time to read this post.
I am new to JS and stuck in a callback issue related to promise() when querying AWS DAX. There is a post ([using the .promise() call on a dax-services...
1
answers
0
votes
111
views
asked a year agolg...
Hello , I need to purge all data from dynamodb table except the last 1 year of data .
I do not have a TTL attribute set in the table, what is the best approach to proceed?
IT will cost a lot if I...
1
answers
0
votes
309
views
asked a year agolg...
DynamoDB "explore items" showed me an error "Key not found in KeySchema" and items didn't show up. Actually, we have a key in this table and 30+ items. We had no problem when we checked the items by...
0
answers
0
votes
66
views
asked a year agolg...
Behind Appsync is DynamoDB and I think that DAX should be use for caching. However, from the Appsync document, it says that ElasticCache for Redis is sued for caching in Appsync. Can anyone explain...
2
answers
0
votes
534
views
asked a year agolg...
I am adding DAX for DynamoDB with a simple CDK stack as below, but not able to get micro-second latency, it is still around 2 millisecond. Without DAX, the latency is around 8 millisecond. Any...
1
answers
0
votes
217
views
asked a year agolg...
NodeJS DAX client doesn't support Update item having same field name with the condition expression.lg...
Hello team,
So recently, I was trying to enable DAX instead of using the normal DynamoDB client. And I found this issue. When I'm issuing a Update with this:
```
"Update": {
"Key": {
...
2
answers
0
votes
213
views
asked a year agolg...
If we use only PartiQL for Dynamodb calls, do the calls get automatically routed via DAX because we are using DAX cache also in front of some of our tables.
Basically how to use PartiQL along with...
2
answers
1
votes
250
views
asked a year agolg...