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
Hello Everyone, I am trying to read 50k records from my dynamo DB using the GSI key which would return max records of size 1Mb and the remaining data will be fetched using the last evaluated key. I...
1
answers
0
votes
330
views
profile picture
AGS
asked 3 months ago
I have a lambda which query dynamo Db table for an available times once the the date is entered by the user and then the lambda will add those available time to the session attribute and will elicit...
2
answers
0
votes
1122
views
asked 3 months ago
I am working on a solo AWS project for practice/learning. I've never worked with DynamoDB before so I was just wondering if I could have some guidance regarding my DyanmoDB Schema to ensure that I am...
1
answers
0
votes
674
views
Abed
asked 3 months ago
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
561
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
675
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
633
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
628
views
Angel
asked 4 months ago