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 Answer
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
answered 20 days ago
profile picture
EXPERT
reviewed 20 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions