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.
Looking at adding good morning, good afternoon and good evening to our welcome messages as that start of our flows within amazon connect. Have thought about using the inbounding routing messages and...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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)...