python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using millisecond timestamp as the global secondary index in DynamodDb for range queries?
We have a Dynamodb table Events with about 50 million records that look like this:
{
"id": "1yp3Or0KrPUBIC",
"event_time": 1632934672534,
"attr1" : 1,
"...
J-Deq87
Votes: 0
Answers: 2
Impact of unique partition key on DynamoDB performance
I have the following table structure. My partitionKey currently are not unique however my sortKey is unique.
I also have a Global Secondary Index where my column Column Units is the partitionKey which...
rfa
Votes: 0
Answers: 2
ValidationException: Query condition missed key schema element
I have that item into my dynamodb
My table was built like this:
Now I need to make a query using PK and SK.
When I do that, it returns correctly
But when I put the SK in the query, it generates the...
Giuseppe Fantoni
Votes: 0
Answers: 1
AWS Lambda Function To DynamoDB - Sending Map And SS Attributes
I am looking to send JSON via Postman to the API Gateway API Endpoint, and am having difficulty with sending Map and SS attributes.
I have chosen Map for "Created", and "Last Modified&q...

user15401250
Votes: 0
Answers: 1