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