Questions tagged with Amazon DynamoDB

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.

Hello I have a table (currently in excel, but can be moved to s3, dynamo, aurora as required) and I need the easiest and quickest way possible to view and edit this table from a browser, with...
2
answers
0
votes
535
views
AWS
Diego_C
asked 2 months ago
Hi, I'm building a project which consists of a php lambda that can write items to dynamoDB, in short. My DynamoDB table has been created manually in the same region as my CF stack. I need to update...
2
answers
0
votes
442
views
Stevo
asked 2 months ago
I am new here, so please guide me through. I am working on a project for an IoT-based company. The goal is to send data from IoT devices that will include device IDs and sensor values. This data will...
1
answers
0
votes
379
views
asked 2 months ago
Hi there, I am trying to organise IAM in a better way at a new organisation, so using IAM Identity center, but running into issues on my development platform. My question is: how do I set up a user...
3
answers
0
votes
440
views
Nico
asked 2 months ago
I want certain users in the Cognito user pool to have permissions to access the database. For this I created a group and assigned it a role to access the database. I created an identity pool by...
1
answers
0
votes
381
views
carmen
asked 2 months ago
I am all new to Boto3, but I decided to have a go as I am doing a hobby project and my mock database (nothing more that a a Python list really ) would not do anymore. I decided to go with boto3 and...
Accepted AnswerAmazon DynamoDB
3
answers
0
votes
353
views
profile picture
mangan
asked 2 months ago
My frontend client is hosted on a s3 bucket which makes three API calls, two to lambdas which are currently done via lambda url and one to put a file to a S3 bucket via presigned url. One of the...
1
answers
0
votes
423
views
reemw
asked 2 months ago
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
299
views
profile picture
AGS
asked 2 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
1099
views
asked 2 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
622
views
Abed
asked 2 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
489
views
jinwoo
asked 2 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
536
views
AlexR
asked 2 months ago