I am searching for the integration of AWS CloudSearch with .NET Core and AWS RDS but I couldn't find much help online.
I have two challenges:
- Is it possible to integrate AWS RDS with AWS CloudSearch?
- Any guides for integrating AWS CloudSearch with .NET Core for updating document batches?
If you mean using data stored within RDS, for searching - then yes as per FAQs:
The official AWS .NET SDK V3 docs for
UploadDocumentsRequestshould be a good starting point (related API docs:documents/batch).