Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
34 views

DynamoDB - Single table with multiple entities - Fetch multiple entity data in one query

In my project we are using single table design for storing data in multiple entities. Now this data is primarily the configuration related data which we are querying while processing our events and ...
csharma's user avatar
0 votes
1 answer
22 views

Dump table from dynamodb to localstack

I'm trying to setup a localstack via docker for local development and I hit a stump when trying to import a table from our AWS Dynamodb instance. I dump the table via describe-table: aws dynamodb ...
Odinovsky's user avatar
  • 555
0 votes
0 answers
8 views

AWS Appsync Data Source and Web Identities

So, I have a setup composed by cognito, appsync and dynamoDB. Users authenticate through Cognito, where through claims they assume an IAM role given by the group they're in (let's call this ...
Barbaldo's user avatar
0 votes
0 answers
18 views

InvalidSignatureException: Unknown error: The request signature we calculated does not match the signature you provided

I had build an App using React Native and Amplify. First time using AWS it was a bit hard to leanr the complexity of AWS, but i feel like it would be better to remove AWS from the project and add ...
GGames and Webpages's user avatar
-1 votes
1 answer
37 views

How to use AWS SDK for Dynamodb in an android application, not using Amplify

I've run into a bit of a brick wall when trying to figure out the AWS SDK with Dynamodb. I have an android app that I want to use to access a DynamoDB table. what I'm trying to set up is: an IAM role ...
schnondle's user avatar
  • 119
0 votes
2 answers
33 views

DynamoDB BatchGetCommand 400 "key does not match schema"

I'm having an issue using BatchGetCommand to get a list of records from a DynamoDB table. I am using an AWS Lambda that uses NodeJS 18.x. I have been able to get ScanCommand, GetCommand and ...
Chris Allinson's user avatar
0 votes
1 answer
17 views

Pagination in aws dynamodb

const AWS = require('aws-sdk'); const moment = require('moment'); const dynamoDb = new AWS.DynamoDB.DocumentClient(); let currentDate = moment().format('YYYY-MM-DD'); let code = "19"; let ...
user0999's user avatar
0 votes
1 answer
23 views

Dynamo DB - Query GSI using composite keys: date range and a attribute

I am new to dynamodb so this might be a noob question. I have a table of financial movements of my users. I want to query by date range and a particular category so I can answer queries like "how ...
David Diaz's user avatar
0 votes
0 answers
24 views

Laravel session writes to dynamodb jumped 10x after deployment and have not gone down after rollback

I deployed some code changes on our production app this Tuesday onto our AWS ECS and it immediately started to cause timeout and slowness issues. I quickly rolled back to the previous commit but the ...
bones's user avatar
  • 838
0 votes
1 answer
24 views

Add A Single Column CSV To DynamoDb Table Via S3

I have a large CSV file of 265,000,000 domain names, one domain per line. I want to upload this file to AWS S3 and then upload the file to DynamoDb. I have some questions. Can I make the domain on ...
summer9844's user avatar
0 votes
0 answers
10 views

Is it possible to assign sort key value from payload in IOT Rule?

I have an AWS IOT shadow which receives a JSON that looks like this: {"value": 10, "timestamp": 230479382}. The shadow triggers a rule that stores the payload in a DynamoDB ...
Primordial_Hamster's user avatar
1 vote
1 answer
42 views

How to update nested attribute name for specific DynamoDB items

I use boto3 client for managing DynamoDB items. Let's assume that the item structure is the following: { "id": "item_id", "name": "item_name", "age&...
Victor Egiazarian's user avatar
-2 votes
1 answer
47 views

Ansible to update the AWS dynamodb table

Team, Is there a way to Create item on the aws dynamodb table using Ansible? We have a dynamodb table, which has Attributes called hostID, we would like to update the value using the ansible task (the ...
Gowthamakanthan Gopal's user avatar
0 votes
1 answer
25 views

How do I filter a query of an array of strings with a limit in DynamoDB pagination?

When combining Limit and Filter Expression in DynamoDB, the database first retrieves the first N items specified by Limit and then applies the Filter Expression to those items. It's important to note ...
REFUN RINGLE's user avatar
0 votes
1 answer
14 views

Renaming AWS GraphQL Schema Types

I have an issue where I created a type called Fixtures but then I realised that it is good practise to always keep it singular with the names as the queries, mutationa and subscriptions that are ...
Demehin Ibukunoluwa George's user avatar

15 30 50 per page
1
2 3 4 5
476