In this post, I will create a NER service endpoint by leveraging AWS API
gateway, lambda and Amazon Comprehend. The post covers the followings:
* What is NER?
* Amazon Comprehend
* Create a Lambda function to handle a comprehend request and create a response
with comprehend entities result
* Create an API endpoint