Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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...
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...
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...
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...
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 ...
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...
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 ...
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...
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...
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 ...
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...
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 ...