When i try to do mongodump, I am getting the below error:
Failed: error creating intents to dump: error creating intents for database <db>: error counting <db>.<col>: Aggregation stage not supported: '$collStats'
Found this update from AWS thread.
Kindly note that, the "$collStats" Stage Operator is not supported in any DocumentDB version currently. This is also mentioned in the document below
Tried every possible way and came up with this solution.