All Content tagged with Amazon DynamoDB
Fast, flexible NoSQL database service for single-digit millisecond performance at any scale
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
1223 results
Jeongho KimSUPPORT ENGINEER
published 24 days ago0 votes63 views
After setting up a zero-ETL integration between DynamoDB and Amazon Redshift, some tables sync successfully while others repeatedly fall into a "Failed" state. This article explains how to systematica...
Following along the Simulearn and I am unable to create a table in DynamoDB seems I am missing IAM access.
User: arn:aws:sts::644229720188:assumed-role/AWSLabsUser-ePRc3c3CHqK2BFW2CM9Ca9/e642ffa7-99e...
2
answers
0
votes
50
views
asked a month ago
Safa Imtihaz SayyadEXPERT
published a month ago4 votes144 views
Amazon Keyspaces (for Apache Cassandra) is a fully managed, serverless database service that lets you build scalable applications with virtually unlimited throughput and storage. However, misconfigure...
I just tried to import a file in a DynamoDB JSON format from S3 bucket into a DynamoDB table. After successfully completion of import process, I was expecting to see a new table with 25 records. The i...
4
answers
0
votes
96
views
asked 2 months ago
We are observing a paradox where our DynamoDB latency is significantly **worse** during low traffic periods (5-20 TPS) compared to high traffic periods (60-100).
* **High TPS:** 15-20ms(Healthy)
* **...
1
answers
0
votes
114
views
asked 3 months ago
# Unable to connect to DynamoDB ap-southeast-2 — other AWS services in same region work fine
## Problem
Starting this morning (March 12, 2026), I cannot connect to DynamoDB endpoints in **ap-southea...
Accepted AnswerAmazon DynamoDB
3
answers
-1
votes
124
views
asked 3 months ago
Vania TomaEXPERT
published 3 months ago1 votes988 views
This article provides general guidance on migrating Database resources from one region to another.
Hello,
i previously have create a Glue ZeroETL integration from DynamoDB to an S3 Table bucket and it was wonderfull. Today i needed to recreate the integration because i wanted a better naming. The ...
3
answers
0
votes
129
views
asked 4 months ago
I have the following code that calls DynamoDB PutItem 5 times for 5 unique items on a new DynamoDB table (my-table-1770991958434):
```js
await table.putItemJSON({
id: '1',
status: 'wa...
1
answers
0
votes
59
views
asked 4 months ago
Hello,
I need advise whether in batchItemFailures for **DynamoDB lambda**, itemIdentifier should be record.eventID or record.dynamo.SequenceNumber?
Many examples on github use record.dynamo.Sequence...
1
answers
0
votes
54
views
asked 5 months ago
Navin YadavEXPERT
published 5 months ago0 votes308 views
This document discusses the best practices of GSI overloading and highlights entity fragmentation as an anti-pattern in DynamoDB design.
ARTICLE
Amazon DynamoDBHello, I am using the boto3 python library within an AWS Lambda to query items from a DynamoDB table. For this query, I am expecting 199 results to be returned, confirmed by running the query against ...
2
answers
0
votes
124
views
asked 5 months ago