I have a DynamoDB table where I enabled DynamoDB stream. I also have a trigger which invokes Lambda function when item is changed.
Is there any millisecond-precise timestamp field in DynamoDB stream I can rely on?
I'd like to rely on it in downstream services which are sensitive to the order of messages.