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
Hi, I'm trying to understand how does dynamoDB caculate the cost of storage. From the pricing calculator it seems to be a function of data size:
1,000 GB x 0.1132 USD = 113.20 USD (Data storage...
Hi
I'm trying to read avro files in Athena, the workflow is from DynamoDB to Kinesis then to Firehose, converting the format to AVRO in firehose using a lambda and configuring the compression within...
I'm getting this error when doing biggish DynamoDB queries
```
{
"errno": -16,
"code": "EBUSY",
"syscall": "getaddrinfo",
"hostname": "dynamodb.us-east-1.amazonaws.com",
...
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...