python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
AWS DynamoDB query too slow (using query, not Scan)
It's my first time with AWS Lambdas and DynamoDB, in Python.
I have my Table with only 474 records and a total weight of 890,4 kilobytes. The filtered selection is around only 380 records.
Quite small...

Francisco Ghelfi
Votes: 0
Answers: 1
Why is it possible to go beyond DynamoDB burst capacity?
I have created a DynamoDB table with 1 RCU (manual provisioned capacity).
I have inserted some items to read in that table.
I can launch a scan on my table (which consumes 82 RCUs according to the res...
John Doe
Votes: 0
Answers: 1
DynamoDB Query using Objective-C throwing unrecognized selector exception
I am trying to republish an old iPhone app written in Objective-C. Decided to use DynamoDB but have been struggling to query using AWSDynamoDBQueryInput.
Problem: need to retrieve top N records by des...
cswamy
Votes: 0
Answers: 1
can't get correct value for item return from DynamoDB in swift
Trying to extract the value from DynamoDbClientTypes.AttributeValue into either json or a string value... but not working.The connection and return data is working but I am getting updateDate : s(&quo...
Element115
Votes: 0
Answers: 0