Questions tagged with Amazon DynamoDB

Fast, flexible NoSQL database service for single-digit millisecond performance at any scale

Content language: English

Select tags to filter
Sort by most recent

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

1070 results
I have a DynamoDB with KMS - Customer Managed Key (say KMS-1) and i had added some data. I now changed the KMS (say KMS-2) in the DynamoDB table config to a totally different one totally and set the o...
2
answers
0
votes
38
views
asked 12 hours ago
I'm trying to set up a Zero-ETL integration from a DynamoDB table in Account A to a Redshift Serverless workgroup in Account B, but I’m consistently hitting this error when attempting to create the in...
1
answers
0
votes
29
views
asked 2 days ago
I have a DynamoDB table with a composite key (partition key and sort key). I'm trying to retrieve the latest item for a specific partition key given that sort key is timestamp using the following quer...
2
answers
0
votes
51
views
asked 4 days ago
I'm querying a DynamoDB GSI (parentUploadId-index) to get the first incomplete record (where status <> "COMPLETED") for a given parentUploadId. Here's my code: ``` public async Task<(int, int)> Quer...
1
answers
0
votes
36
views
asked 8 days ago
I know on-prem can access DynamoDB via interface endpoint instead of via internet. Can I install an interface endpoint on a transitive VPC for another VPC to access DynamoDB without via the public ...
Accepted AnswerAmazon DynamoDB
8
answers
0
votes
76
views
asked 9 days ago
Hello, everyone. I was doing some testing with AWS Dynamo Stream with a very basic setup: Dynamo table that has Stream "on" sends New and Old Image for an AWS Lambda that simply prints what is receiv...
2
answers
0
votes
38
views
asked 10 days ago
I'm experimenting with DynamoDB and SnapStart, Java 21, SDK 2.21, 256MB lambda. If I initialise my client in the handler, my first GetItem takes 12 seconds. If I initialise it in the constructor, it ...
2
answers
0
votes
78
views
asked 12 days ago
Hello, I hope you can guide me. I have a Lambda function (let's call it lambda-1) that I need to run once a day. The function takes an identifier (ID) as input and, with that ID, extracts a set of da...
2
answers
0
votes
82
views
asked 13 days ago
Hi AWS Team, Over the past couple of weeks, we’ve observed a behavioral change in the DynamoDB console that may have cost implications. Specifically, when accessing a DynamoDB table via the AWS Mana...
3
answers
0
votes
47
views
asked 18 days ago
If I add a DynamoDB Endpoint Gateway (my preference as less costly), I dont get any options to get a DNS URL to use as an Endpoint. If I add a DynamoDB Endpoint Interface, I cant connect using any of ...
3
answers
0
votes
50
views
asked 18 days ago
I designed my architecture to be HIPAA compliant by routing data within AWS in the following manner - deployed lambda in a VPC - interface endpoints for bedrock and SQS - gateway endpoint for dynamo...
1
answers
0
votes
47
views
asked 18 days ago
Hi there, I'm looking to change the `stream view type` of a Dynamodb table from `NEW_IMAGES` to `NEW_AND_OLD_IMAGES`. I ran into an issue when I tried to regenerate the table stream ARN by disabling ...
2
answers
0
votes
74
views
asked 22 days ago