Skip to content

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
Filter Questions by:

Browse through the questions and answers listed below or filter and sort to narrow down your results.

1143 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
148
views
asked 8 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
581
views
asked 8 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
179
views
asked 9 months 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
158
views
asked 9 months 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
135
views
asked 9 months 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
235
views
asked 9 months 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
201
views
asked 9 months 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
141
views
asked 9 months 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
452
views
asked 9 months 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
263
views
asked 9 months 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
145
views
asked 9 months 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
159
views
asked 9 months ago
  • 1
  • 2
  • 3
  • 4
  • 5
  • •••
  • 96
  • Page size
    12 / page