All Content 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
I have three different microservices. A metadata service, a 3rd party platform service, and an events service. Each have their own DynamoDB table, and each of those has an index consisting of "pk"...
0
answers
0
votes
171
views
Nick
asked 5 months ago
Here is the item format on dynamodb table ``` { "Products": { "ProductGroupA": [ { "Description": "2", } ], "ProductGroupC": [ { "Description": "2", } ...
0
answers
0
votes
149
views
Ben
asked 5 months ago
The dynamodb local I used is the latest version, which is 2.4.0. In dynamodb local latest, the .0 are not trimmed. It should be a...
1
answers
0
votes
156
views
L
asked 5 months ago
I have a step function for doing a migration task on a dynamo table. I need to turn of the kinesis stream associated with the table using aws SDK first step and then run the migration task then turn...
1
answers
0
votes
219
views
asked 5 months ago
I'm building a dashboard UI in NextJs that needs to pull data from various AWS services, such as Timestream, DynamoDB and S3. I'm running into a problem with TimestreamQueryClient where after 1 hour...
0
answers
0
votes
138
views
asked 5 months ago
We have tables on DynamoDB and use it as a real-time database, connecting it with the application through AppSync. Can we use SQS to queue orders and ensure their validity before processing without...
2
answers
0
votes
881
views
asked 5 months ago
DynamoDB has high read and write throughput. Is it better to use DAX or Elastic Cache, and what are the differences in every scenario? I also need guidance on how to use them effectively.
1
answers
0
votes
488
views
asked 5 months ago
I want to design an architecture for a ride-sharing application built with Laravel on AWS. I need recommendations for the AWS services to use. I'll be using Laravel. I also want to create a database...
1
answers
0
votes
494
views
asked 5 months ago
I have a DynamoDB table with the following index read/write capacities: Read Capacity: Range: 500 - 5,000 Auto-scaling at 70% Write Capacity: Current provisioned units: 500 Range: 100 -...
1
answers
0
votes
173
views
Marija
asked 5 months ago
I run some scan request on a dynamoDB table to find User based on their first and/or last names, which can contain umlaut characters like öäü. My JSON request looks...
0
answers
0
votes
91
views
asked 5 months ago
We have an application for taxi ride, and we use a DynamoDB table. There's a table that is heavily and unpredictably read from for the available captains. This table is causing scalability (Scale up...
2
answers
0
votes
202
views
asked 5 months ago
Hello team, We're aiming to establish a centralized data repository to streamline the handling of large data payloads originating from different Lines of Business (LOBs). The concept is to...
1
answers
0
votes
164
views
Jess
asked 5 months ago