Questions tagged with Amazon DynamoDB
Fast, flexible NoSQL database service for single-digit millisecond performance at any scale
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
1147 results
Hello,
We create this case because from this day we have an error with our Lambda and our DynamoDB table in several accounts. Yesterday it worked and now we have an error when our Lambda need to inte...
2
answers
0
votes
11
views
asked 6 hours ago
Hello,
We create this case because from this day we have an error with our Lambda and our DynamoDB table in several accounts. Yesterday it worked and now we have an error when our Lambda need to inte...
2
answers
0
votes
7
views
asked 6 hours ago
## Question
A CloudFormation stack has been stuck in `UPDATE_IN_PROGRESS` for over 22 hours after a failed **Express Mode** deployment (rollback disabled). `cancel-update-stack` was accepted but hasn'...
5
answers
1
votes
110
views
asked 19 days ago
I am currently setting up a Zero-ETL integration pipeline from DynamoDB to S3 using AWS Glue in the ap-northeast-1 region and I am experiencing a data duplication issue during the CDC (Change Data Cap...
2
answers
0
votes
56
views
asked a month ago
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
65
views
asked 2 months ago
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
128
views
asked 3 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
158
views
asked 4 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
148
views
asked 4 months ago
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
167
views
asked 5 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
62
views
asked 5 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
58
views
asked 6 months ago
Hello, 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
138
views
asked 6 months ago