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"...
Here is the item format on dynamodb table
```
{
"Products": {
"ProductGroupA": [
{
"Description": "2",
}
],
"ProductGroupC": [
{
"Description": "2",
}
...
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...
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...
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...
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...
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.
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...
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 -...
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...
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...
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...