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
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
Hi Support, My account cost on DynamoDB was 237$ on 22/9 although we did not work any operation on this. Please consult the reason. Thanks.
1
answers
0
votes
47
views
asked 21 days ago
Hi all, I'm having trouble with a Contact Form, I can't get it to work properly. \ This is my setup: Route53, Cloudfront(with certificate attached), S3(for the static content), API Gateway, Lambda,...
2
answers
0
votes
49
views
asked 21 days ago
I created backup of my dynamodb table. During the restore process, if there was any accidents like : region disaster or aws infrastructure got fail, etc. The restore process will be corrupted and data...
1
answers
0
votes
50
views
asked a month ago
Can I know how I can construct the following structure to insert into the Dynamo DB table please? I have used data type map "M" for mainDescriptionList, imageList, eventList and coordinatorList but...
Accepted AnswerAmazon DynamoDB
2
answers
0
votes
70
views
champer
asked a month ago
Given the table with `user_id (partition key)` and `created_at (sort key)`: ``` { "user_id": { "S": "..." }, "created_at": { "N": "...." }, "bot_answer": { "S": "..." }, ...
2
answers
0
votes
54
views
profile picture
Fabio
asked a month ago
I set dynamodb stream to trigger lambda whenever new item is added to table. Lambda will provision ec2 instance to migrate to db for specific record. When I add record to table, lambda got run time...
2
answers
1
votes
42
views
asked a month ago
I use my user(FBCN1496) to access dynamodb from china ip found that dynamodb data can not shown, dynamodb table list can be shown normally. please refer to attached file db.pgn. I guess...
Accepted AnswerAmazon DynamoDB
1
answers
0
votes
59
views
steven
asked a month ago
https://aws.amazon.com/blogs/database/how-amazon-dynamodb-adaptive-capacity-accommodates-uneven-data-access-patterns-or-why-what-you-know-about-dynamodb-might-be-outdated/ As per this article, I...
2
answers
0
votes
39
views
Megha
asked a month ago
I setup dynamodb stream with lambda as trigger. Lambda function will receive event type as insert and will spin up ec2 for migration. I set up batch size as 4 and batch window also 4 for testing...
3
answers
0
votes
73
views
asked a month ago
Situation - There are 2 Lambda functions subscribing an active DDB stream from a DDB table. - I found that I can subscribe at most 2 lambda functions for a DDB stream. - So I want to migrate event...
1
answers
0
votes
67
views
Wade
asked a month ago
I am trying to access a DynamoDB table in one of my ECS containers via Python code using boto3. I keep getting an error in my container saying the Security token is invalid. However I have checked the...
2
answers
0
votes
63
views
Emily
asked a month ago