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.

1001 results
Currently I am having problem deploying Node.js worker instance with cron.yaml cron.yaml is located at the root of the zip.file. also i succeeded deploying the exact same zip.file (without cron.yaml)...
0
answers
0
votes
493
views
jinwoo
asked 4 months ago
I have some code that starts out like this: ``` use flate2::read::GzDecoder; use lambda_runtime::{run, service_fn, Error, LambdaEvent}; use rusoto_core::Region; use rusoto_dynamodb::{AttributeValue,...
1
answers
0
votes
572
views
AlexR
asked 4 months ago
We have an embedded Linux device using IoT Core and authenticating using the files created with the `aws iot create-keys-and-certificate` CLI command. Now, we need to read data from DynamoDB in the...
1
answers
0
votes
689
views
asked 4 months ago
I am near the end of the development cycle for an Alexa voice controlled IoT hardware product. The product consists of a microcontroller that connects to AWS and subscribes to a single MQTT topic. ...
2
answers
0
votes
646
views
RS
asked 4 months ago
I am building an application that involves handling PII and also saves tokens that connect to external services. I was told that I have to use RDS Postgres Aurora Serverless V2 for this cos it is more...
3
answers
0
votes
659
views
Angel
asked 4 months ago
My website http://theleedz.com has a very slow-performing DynamoDB query on its front page that I was hoping to improve using a direct integration strategy from API Gateway. Several AWS documents...
3
answers
0
votes
751
views
profile picture
asked 4 months ago
I am writing a function to move three related items from their table to another using DynamoDB Transaction. I am writing the code in TypeScript with the SDK version 2.991.0 basically following this...
1
answers
0
votes
624
views
DavidH
asked 5 months ago
I have an AWS Lambda function connected to a DynamoDB trigger. I've noticed that not all records inserted into my DynamoDB table are reaching my Lambda function. I have configured the batch size to a...
1
answers
0
votes
544
views
japacx
asked 5 months ago
I am trying to query the DynamoDB using the code: Flux.from(tablePrimary.query(QueryEnhancedRequest.builder() .queryConditional( ...
1
answers
0
votes
693
views
susmita
asked 5 months ago
I have a IoT Node that is uploading data to AWS IoT Core. I first created a DynamoDB table and selected the DynamoDB option in AWS IoT Core rules and have managed to get the Partition Key (PK) and...
1
answers
0
votes
834
views
vleppi
asked 5 months ago
Assumption: Single region table 1. How does a conditional write putItem operation verifies the latest data? Does it do a Strongly Consistent read or considers only the response of the coordinator...
Accepted AnswerAmazon DynamoDB
2
answers
0
votes
667
views
asked 5 months ago
I have wrote a python script that extracts AWS Batch jobs data and corresponding logs from CloudWatch. I want to use these information to create a dashboard on Amazon QuickSight. I am going to write a...
1
answers
0
votes
373
views
asked 5 months ago