Knowledge Center Monthly Newsletter - September 2025
Stay up to date with the latest from the Knowledge Center. See all new Knowledge Center articles published in the last month, and re:Post’s top contributors.
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
1195 results
I am using the dotnet/.NET sdk, and I have a somewhat general question:
When programming for DynamoDB (for for other AWS services in general) are the SDK libraries designed to throw dotnet exceptions...
1
answers
0
votes
11
views
asked 3 days ago
Hello,
Is there a way (direct command/query) to delete all items from a DynamoDB table, from CLI or PartiQL, without using a program ?
Thank you,
Accepted AnswerAmazon DynamoDB
1
answers
0
votes
27
views
asked 6 days ago
Not a question, but an issue report. When starting DynamoDB Local in NoSQL Workbench 3.13.6 (macOS 15.6) I get the error message:
> Java Runtime Environment (JRE) version 11.x or newer is required for...
1
answers
0
votes
21
views
asked 13 days ago
We have existing DynamoDB tables which are not global. Now we are planning to implement application disaster recovery ready. We have created and manage all the aws resources through cloudformation tem...
1
answers
0
votes
19
views
asked 15 days ago
Does zero-ETL for DynamoDB capture all changes to a record? We have history mode enabled, but noticed that not all changes are synced to Redshift. We found that if multiple changes happen within 1 or ...
1
answers
0
votes
28
views
asked 16 days ago
In my application, the current deployment approach combines both infrastructure resources (e.g., DynamoDB tables) and serverless components (e.g., Lambda functions, SNS, SQS) within a single AWS CDK ...
1
answers
0
votes
30
views
asked 17 days ago
For data `"settings": { "M": {}}`, the client side handling is the same
```
private final DynamoDbStreamsClient client;
GetRecordsResponse result = client.getRecords(GetRecordsRequest.builder().shard...
1
answers
0
votes
57
views
asked 17 days ago
Hello everyone,
I have a question regarding integration testing. I’m using a classic tech stack with the following environments:
* Development
* Test
* Production
The architecture looks like this:
...
1
answers
0
votes
16
views
asked 18 days ago
Hi,
I was reading the following documentation: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-sort-keys.html when I found this very interesting idea:
> Composite sort keys let ...
Accepted AnswerAmazon DynamoDB
2
answers
0
votes
37
views
asked 19 days ago
AWS Documentation [here](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-use-s3-too.html) recommends using compression algorithms such as GZIP or LZO to produce binary output in a ...
Accepted AnswerAmazon DynamoDB
1
answers
0
votes
35
views
asked 21 days ago
I am performing a DynamoDB export to S3 from an earlier point in time. For this export, I specified the date 2025-08-09. However, after the export completed, the **manifest-summary.json** file shows t...
1
answers
0
votes
16
views
asked 23 days ago
Here is my DDB table structure:
PK: <country>#<state>#<shardId>
SK: <city>#<entityId>#<entityVersion>
payload: base64 encoded binary string
lastModified: epoch time for optimistic locking
Here, enti...
Accepted AnswerAmazon DynamoDB
2
answers
0
votes
36
views
asked 25 days ago