-1

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:

  1. Is it possible to integrate AWS RDS with AWS CloudSearch?
  2. Any guides for integrating AWS CloudSearch with .NET Core for updating document batches?
Ermiya Eskandary
  • 15,323
  • 3
  • 31
  • 44

1 Answers1

0

Is it possible to integrate AWS RDS with AWS CloudSearch?

If you mean using data stored within RDS, for searching - then yes as per FAQs:

A search service requires that your documents already be stored somewhere, whether it's in files of a file system, data in Amazon S3, or records in an Amazon DynamoDB or Amazon RDS instance.


Any guides for integrating AWS CloudSearch with .NET Core for updating document batches?

The official AWS .NET SDK V3 docs for UploadDocumentsRequest should be a good starting point (related API docs: documents/batch).

Ermiya Eskandary
  • 15,323
  • 3
  • 31
  • 44