How to send Dynamic Object to Elastic Search

Requirement is to log a dynamic Transaction object from AWS Lambda to ElasticSearch. The same Lambda can pass different Transaction object to ElasticSearch for which individual Indexes have been created.
I need a way to pass an Anonymous or Dynamic object from C# code to Elastic Search.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.