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
1230 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
180
views
asked 10 months 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
2
answers
0
votes
694
views
asked 10 months 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
203
views
asked a year 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
171
views
asked a year 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
146
views
asked a year 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
277
views
asked a year 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
219
views
asked a year 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
177
views
asked a year 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
605
views
asked a year 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
311
views
asked a year 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
173
views
asked a year 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
176
views
asked a year ago