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...
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...
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...
I am trying to query the DynamoDB using the code:
Flux.from(tablePrimary.query(QueryEnhancedRequest.builder()
.queryConditional(
...
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...
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...
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...
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...
AWS OFFICIALUpdated 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...
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...