Questions tagged with Amazon DynamoDB
Fast, flexible NoSQL database service for single-digit millisecond performance at any scale
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
1003 results
Hi, As a follow up to my question https://repost.aws/questions/QUPlPJ-meXRe6y4ZRaXZJfsw/querying-dynamodb-by-gsi-using-dynamodbasyncclient and the answer by Leeroy Hannigan, I am stuck not knowing how...
I am having issue for writing Amazon Kinesis Data to DynamoDB table using AWS Lambda. I am able to see data under Data Viewer in Kinesis Data Stream but not reflecting in database. Please help me to...
Hi everyone. what do you do for checking data quality on Dynamodb and Timestream?
since in Timestream only dimensions need to be present,and in Dynamodb only Primary Key need to be present we might...
Hi AWS, we have a setup in an existing AWS Account comprising S3 buckets, DynamoDB tables, and EFS. These are all running actively. They need to be migrated to a new AWS Account.
One of the approach...
Hi, I see most examples in aws website make use of either DynamoDbClient or DynamoDbEnhancedClient. can you please provide an example using DynamoDbAsyncClient to query the DB using a GSI index? This...
A company implements a containerized application by using Amazon Elastic Container Service (Amazon ECS) and Amazon API Gateway The application data is stored in Amazon Aurora databases and Amazon...
Hello,
I'm a newbie to AWS so please bear with me.
I created 13 DynamoDB tables with `Standard -IA class` and provisioned each with 5RCUs and 5WCUs which resulted in burning out ~$9 worth RCUs and...
I'm only seeing evnets for API calls or common metrics based on operations. But for public access is it possible to create these events to trigger an SNS?
Are there any examples of these I can find...
There are 500+ records in my table, with a TTL lower than my current time. How come these records are not being deleted? Some TTLs date back to Jan 2024.
![Enter image description...
I am trying to query dynamodb data using IN operator in appsync javascript resolver but getting error as invalid operator IN in keyConditionExpression.
Hello Everyone,
What is the maximum latency which GSI replication can experience ?
There was a scenario where the base table get operation returned the item, but GSI didn't not return the item...
Hi,
I have a DynamoDB table with 6000 WCU. Using AWS Python SDK with 20 threads, I wrote 10,000 items, each 16KB, with UUIDs as partition key and sort key to ensure data is evenly distributed across...