I've created a data pipeline that pull data from S3 and push it into DynamoDB.
The pipeline started to run successfully.
I've set the write capacity to 20000 units, after few hours the writing decreased in a half, now it's still running with a write capacity of 3 units.
(The write capacity didn't change. The pipeline started at the threshold then decreased to 3 units and continued to run at this rate)
What could be the reason of the decrease? Is there a way to make it faster?
Thanks.