Top "Amazon-dynamodb" questions

Amazon DynamoDB is a proprietary closed-source cloudnative key-value and document database optimized for horizontal scaling.

DynamoDB M-M Adjacency List Design Pattern

Referring to https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-adjacency-graphs.html. I was wondering if anyone could help me. …

many-to-many amazon-dynamodb
Serverless Framework Dynamo DB Table Resource Definition with Sort Key

I have some code in my serverless.yml like this currently. resources: Resources: uploadBucket: Type: AWS::S3::Bucket Properties: BucketName: ${…

amazon-web-services amazon-dynamodb serverless-framework
Serverless Error, CloudFormation cannot update a stack when a custom-named resource requires replacing

I have the following error. Serverless: Operation failed! Serverless Error --------------------------------------- An error occurred: phoneNumberTable - CloudFormation cannot update a …

amazon-web-services amazon-dynamodb amazon-cloudformation serverless-framework serverless
Using batchWriteItem in dynamodb

I have two tables in my dynamo db one is candidate table and the other one is user table I …

javascript node.js amazon-dynamodb aws-sdk-nodejs
How are consumed read capacity units calculated in DynamoDB query

I've seen the page on amazon and understand that 1 RCU is a 4KB item. If I have a table with 50 …

amazon-web-services aws-lambda amazon-dynamodb alexa-skills-kit
One or more parameter values were invalid: Type mismatch for key xyz expected: S actual: M

My AWS Lambda calls a DynamoDB based on this answer: https://stackoverflow.com/a/33649402/495455 import json import boto3 client = boto3.…

aws-lambda amazon-dynamodb aws-sdk type-mismatch
Terraform state locking using DynamoDB

Our Terraform layout is such that we run Terraform for many aws (100+) accounts, and save Terraform state file remotely to …

amazon-web-services amazon-s3 amazon-dynamodb terraform
DynamoDB queries on secondary index, how to define the indexes

I've been going around and around this and it's just not clear what to do. I have a simple table …

amazon-dynamodb serverless-framework dynamodb-queries amazon-dynamodb-index
Truncate DynamoDb or rewrite data via Data Pipeline

There is possibility to dump DynamoDb via Data Pipeline and also import data in DynamoDb. Import is going well, but …

amazon-dynamodb truncate amazon-data-pipeline data-pipeline
Creation of GSI taking long time

I have a table with close to 2 billion rows already created in DynamoDB. Due to a query requirement, I had …

amazon-dynamodb amazon-dynamodb-streams