Questions tagged with Amazon DocumentDB
Content language: English
Sort by most recent
I am planning to migrate RDS MySQL to Document DB, so I've used DMS for migration. I am facing connectivity issue while connecting Source and Target Endpoints.
Note : RDS MySQL is One account and...
I have to migrate from MongoDB to Amazon DocumentDB but Amazon DocumentDB, unfortunately, does not support the 'uncorrelated subquery'. So how to change the $lookup query structure based on Amazon...
Hello,
I have created a document db instance of t4g.medium size. I am trying to insert data in a collection. While monitoring the connection count in AWS monitor console, I observed that for every...
I've been working on converting mongodb pipelines to documentdb pipelines. I've posted the same question over on stackoverflow.
I've came across this oddity: I'm seeing behavior where multiplying...
Where can we find a Gap letter for the report ISAE 3000, where cover the months from Oct to Dec 2022.
I have a DocumentDB Elastic Cluster and I am attempting to enable change streams on it.
I followed the steps provided here:...
Is auto-scaling available for DocumentDB? For both storage and compute?
Are there any size limits on queries in DocumentDB? This includes limits on the size of the response for the query, the number of documents returned, or on the number of fields queried on?
Hey, I'm an intern trying to help my company get their Software ready for AWS.
My task is to write Lambda functions that do queries/insert/etc in a DocumentDB.
I have the DocumentDB running, also...
I setup a Document DB Data Source in Athena using a pre-defined Lambda function as per https://docs.aws.amazon.com/athena/latest/ug/connectors-docdb.html.
Athena can see the data source and...
Hi,
I just want to ask. I have legacy app that hosted on MongoDB EC2 instances.
I want to migrate it to AWS DocumentDB for security & manageability reason.
The DEV DB used mongodb version 4.4 and I...
I am trying to list the databases in my DocumentDb from a Lambda function, and the task times out. It is a simple command it should not be timing out. What do I need to fix so that the command runs...