Support of AWS' DocumentDB ? #7618
Unanswered
TechnicalMercenary
asked this question in
Q&A
Replies: 2 comments 7 replies
-
Maybe there is something in the Micronaut AWS module documentation https://micronaut-projects.github.io/micronaut-aws/latest/guide/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is planned to potentially support DocumentDB one day as part of Micronaut Data MongoDB, perhaps later this year. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
AWS has a 'mongo like' product called DocumentDB. It is close enough to mongo that standard mongo drivers can integrate with it.
When a DocumentDb database is created, AWS provides a TLS Certificate to secure communication.
Searching the web and this discussion forum, I have not seen any details regarding documentDB or certificate support in general.
Is using a TLS cert to secure a db connection possible ?
Beta Was this translation helpful? Give feedback.
All reactions