All Content tagged with Amazon DynamoDB

Fast, flexible NoSQL database service for single-digit millisecond performance at any scale

Content language: English

Select up to 5 tags to filter
Sort by most recent
My website http://theleedz.com has a very slow-performing DynamoDB query on its front page that I was hoping to improve using a direct integration strategy from API Gateway. Several AWS documents...
3
answers
0
votes
702
views
profile picture
asked 4 months ago
I am writing a function to move three related items from their table to another using DynamoDB Transaction. I am writing the code in TypeScript with the SDK version 2.991.0 basically following this...
1
answers
0
votes
614
views
DavidH
asked 4 months ago
I have an AWS Lambda function connected to a DynamoDB trigger. I've noticed that not all records inserted into my DynamoDB table are reaching my Lambda function. I have configured the batch size to a...
1
answers
0
votes
535
views
japacx
asked 4 months ago
I am trying to query the DynamoDB using the code: Flux.from(tablePrimary.query(QueryEnhancedRequest.builder() .queryConditional( ...
1
answers
0
votes
648
views
susmita
asked 4 months ago
I have a IoT Node that is uploading data to AWS IoT Core. I first created a DynamoDB table and selected the DynamoDB option in AWS IoT Core rules and have managed to get the Partition Key (PK) and...
1
answers
0
votes
814
views
vleppi
asked 4 months ago
Assumption: Single region table 1. How does a conditional write putItem operation verifies the latest data? Does it do a Strongly Consistent read or considers only the response of the coordinator...
Accepted AnswerAmazon DynamoDB
2
answers
0
votes
651
views
asked 4 months ago
I have wrote a python script that extracts AWS Batch jobs data and corresponding logs from CloudWatch. I want to use these information to create a dashboard on Amazon QuickSight. I am going to write a...
1
answers
0
votes
365
views
asked 4 months ago
Hi I cant seem to connect to DynamoDB from my EC2 instance. I have set up a roll with full access to DynamoDB and applied it to the EC2 instance. I assume any instance in the same account can access...
3
answers
0
votes
294
views
Leigh
asked 4 months ago
My team is facing DDB throttling issue recently and we learned that [each partition on the table can serve up to 3,000 read request...
2
answers
0
votes
846
views
asked 4 months ago
I have a situation where all attributes in a table are being deleted except for the PK and the attribute I did put against. After Python Lambda executes a put all attributes except for the OK and...
1
answers
0
votes
656
views
profile picture
Petrus
asked 4 months ago