Explore AWS entity resolution for use case

0

Hello All, We have use case where we are building api on top of lambda . Function of that lambda is to find incoming record against some data using some match rules and retun the matched records i found. rules include some fuzzy matching eg one rule exact first name and 90% match of lastname . does aws entity resolution handles fuzzymatching.

1 個回答
0

Hello!

To begin with, In Amazon Entity Resolution you can use Rule-based matching to get exact matches or Machine learning-based matching to get matches across your data that might be incomplete or might not look exactly the same. During my research, I came across a blog that talks about how you can use the algorithm in the AWS Lambda function works by converting each string to a collection of n-grams.

You can read more about the complete serverless solution as mentioned in this documentation.

Additional example can be found in this link.

Kindly note that we do not provide code support or any custom application implementation and you may have to work with your developers to create the logic. In case you have additional or follow-up queries regarding AWS services, we may require details that are non-public information. Please open a support case with AWS using the following link.

AWS
已回答 1 個月前
profile picture
專家
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南