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.
1149 results
On any DynamoDB table that has a **vector index** (GA 2026-08-05), an item whose write history includes a `TransactWriteItems` operation (Put or Update) permanently rejects **all** subsequent update o...
1
answers
0
votes
230
views
asked 8 days ago
We recently encountered a very rare SignatureExpired exception when calling DynamoDB from an AWS Lambda function.
The error was similar to:
```
Signature expired:
<request timestamp> is not earlier t...
1
answers
0
votes
56
views
asked 23 days 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...
3
answers
0
votes
89
views
asked a month 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
58
views
asked a month 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
148
views
asked 2 months 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
66
views
asked 2 months 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
94
views
asked 3 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
170
views
asked 4 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
193
views
asked 5 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
171
views
asked 5 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
210
views
asked 6 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
75
views
asked 6 months ago