Add search for notes with ElasticSearch

Hi @jayair

I would like to add search to allow users to find notes without queries to DynamoDB.

What do you think If I push notes to ElasticSearch when they will add by users and search api endpoint will serve notes by using ElasticSearch to fetch matched IDs and then fetch from DynamoDB?

Please advise me.

Regards

Yup that makes sense. If you put something together, consider publishing the repo. Then we can share it with the community!