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.

1002 results
Hello, AWS Community! I recently set up an** AWS Lambda function** to trigger on uploads to an S3 bucket and store the file's metadata in a DynamoDB table. Here’s a brief overview of my...
2
answers
0
votes
17
views
Chetna
asked 3 hours ago
When performing a TransactWriteItems operation, is there any scenario in which AWS cannot guarantee that the operation did not somehow only partially complete? I know that the...
Accepted AnswerAmazon DynamoDB
2
answers
0
votes
26
views
Ian
asked 6 days ago
I need a simple, centralized way to manage users and provide an authentication service integrated with my application. AWS Cognito seems like a good option, but I have the following requirements: -...
1
answers
0
votes
16
views
asked 6 days ago
If I have this class: ``` [DynamoDBTable("users")] public sealed class User { [DynamoDBHashKey] [DyanmoDBProperty("login_name")] public string Identifier { get; set; } ...
2
answers
1
votes
27
views
M
asked 7 days ago
Hello, I’m seeking guidance and suggestions on cost-effective methods for scanning a couple of DynamoDB tables, each with sizes of up to 3 TB and 5 TB. Our goal is to join these tables based on...
2
answers
0
votes
36
views
Neisha
asked 7 days ago
Hi All, We have a Lambda that is triggered by the DynamoDB Stream attached to a DynamoDB. The Lambda currently ends up publishing the events to SNS present in AWS Account A. We want to start...
1
answers
0
votes
43
views
shasnk
asked 7 days ago
In the [Managing your Amazon SES sending limits](https://docs.aws.amazon.com/ses/latest/dg/manage-sending-quotas.html) article, it says: > Sending rate—The maximum number of emails that Amazon SES...
2
answers
0
votes
32
views
asked 8 days ago
Greetings, Currently the NoSQL Workbench will generate node code only for v2 of sdk. While it is important to support legacy applications on v2 there is a wide user base for the v3 sdk. It would...
2
answers
0
votes
16
views
asked 9 days ago
“I used Node-RED to create a timestamp variable in my node for my role. However, this adds an extra space when I save it in timestream. What should I enter for the Dimension name and Dimension value...
2
answers
-1
votes
21
views
Morez
asked 12 days ago
I have created a dynamodb table that stores some data, then created a glue crawler that crawls to store the metadata of this table so I can query it using Athena. I am seeing the dynamodb table got...
2
answers
0
votes
389
views
Yasir
asked 14 days ago
I have a DynamoDB table with ~12 billion rows (all less than 1KB) that have been collected over many years, all populated with a TTL column that set it 1 year from creation date. I'm looking to enable...
1
answers
0
votes
42
views
Lucas
asked 20 days ago
I have been using Gamelift with a Unity build for my game logic for a while. I have also been using Lambda and DynamoDB together successfully for a while as well. I am now trying to save match...
0
answers
0
votes
20
views
Ded
asked 20 days ago