python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use an AWS Restore job to a trigger Lambda function
I have a DocumentDB cluster backed up using AWS Backup. When I restore it, it just creates a cluster with no instances and the cluster uses the default security group of the VPC.
I could not find any ...
BBloggsbott
Votes: 0
Answers: 1
How can I refactor the following $let queries
I am planning to migrate mongodb to aws's documentdb. As per DocDB's documentation, $let queries are not supported natively. So I am looking for options about how can I refactor the following:
let par...
justinpakulo
Votes: 0
Answers: 1
Cloudformation should create documentdb replicas in different availability zones
I'm creating a DocumentDB (MongoDB) cluster in AWS using Cloudformation. The documentation says that the DocumentDB instances WILL be spread across the subnet groups, in different AvailabilityZones (A...
Pierre
Votes: 0
Answers: 2
mongoexport could not connect to server with username issue
mongoexport --host dbhost --port 27017 --db=mms-service --collection=document --type=csv --fields=_id --query='{}' --limit 10 --out exported.csv -u=user.name --authenticationDatabase admin
but i get...
teng huang
Votes: 0
Answers: 1