python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I check if the certificates in a p7b bundle are already in the local store
I'm trying to connect to AWS DocumentDb using C# with TLS enabled.
The sample code reads that the certificates must be only added once to the local store, however it doesn't say how to check if the ce...
General Electric
Votes: 0
Answers: 2
Pymongo connection to DocumentDB cluster
I'm facing some problems in order to programatically connect python to our AWS DocumentDB (AWS version of MongoDB) instance in a local environment. We tried the following steps:
To start our experime...
ruhufu
Votes: 0
Answers: 3
AWS CDK DocDB::DBCluster fails with 'not a valid password'
I am trying to use AWS CKD (JAVA) to create a DocumentDB instance.
This works with a "simple" plaintext password, but fails when I try to use a DatabaseSecret and a password stored in Secret...

Marco Massenzio
Votes: 0
Answers: 1
Is there anyway to disable "Retryable writes" to false in Spring Boot 2.2.1
First time
I am trying to develop a controller to save data in DocumentDB in AWS.
In the first time it saves, but in the second time, I am looking for this register saved in database, I got this and c...
Diego Macario
Votes: 0
Answers: 1