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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则